HomeSort by relevance Sort by last modified time
    Searched refs:vfs (Results 1 - 25 of 383) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
statvfs.c 43 #include <sys/vfs.h>
67 us2v(register struct statfs* ufs, register struct stat* st, register struct statvfs* vfs)
69 memset(vfs, 0, sizeof(*vfs));
70 vfs->f_bsize = vfs->f_frsize = ufs->f_bsize;
71 vfs->f_blocks = ufs->f_blocks;
72 vfs->f_bfree = ufs->f_bfree;
73 vfs->f_bavail =
79 vfs->f_files = ufs->f_files
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/
statfs.c 30 #include <sys/vfs.h>
  /onnv/onnv-gate/usr/src/ucbhead/sys/
vfs.h 85 typedef struct vfs { struct
86 struct vfs *vfs_next; /* next VFS in VFS list */
87 struct vfsops *vfs_op; /* operations on VFS */
94 l_dev_t vfs_dev; /* device of mounted VFS */
100 * VFS flags.
102 #define VFS_RDONLY 0x01 /* read-only vfs */
103 #define VFS_MLOCK 0x02 /* lock vfs so that subtree is stable */
133 int (*vfs_mount)(struct vfs *, struct vnode *, struct mounta *
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/
statfs.c 31 #include <sys/vfs.h>
  /onnv/onnv-gate/usr/src/uts/common/syscall/
sync.c 34 #include <sys/vfs.h>
  /onnv/onnv-gate/usr/src/lib/libntfs/common/include/ntfs/
gnome-vfs-method.h 2 * gnome-vfs-method.h - Export for Gnome-VFS init/shutdown implementation of
31 #include <libgnomevfs/gnome-vfs-method.h>
  /onnv/onnv-gate/usr/src/stand/lib/fs/nfs/
llib-lnfs 38 #include <sys/vfs.h>
  /onnv/onnv-gate/usr/src/uts/common/sys/fs/
lofs_info.h 62 struct vfs *li_realvfs; /* real vfs of mount */
63 struct vfs *li_mountvfs; /* loopback vfs */
64 struct vnode *li_rootvp; /* root vnode of this vfs */
77 /* inheritable mount flags - propagated from real vfs to loopback */
95 * lfsnodes are allocated as new real vfs's are encountered
97 * It contains a new vfs which is paired with the real vfs
98 * so that vfs ops (fsstat) can get to the correct real vf
    [all...]
pxfs_ki.h 32 #include <sys/vfs.h>
hsfs_impl.h 48 uint_t lbn, uint_t off, struct vfs *vfsp);
50 extern int hs_remakenode(uint_t lbn, uint_t off, struct vfs *vfsp,
57 struct vfs *vfsp);
73 extern int hs_synchash(struct vfs *vfsp);
ufs_panic.h 33 #include <sys/vfs.h>
90 struct vfs *uf_vfsp; /* ptr to vfs */
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/lofs/
lofs.c 30 #include <sys/vfs.h>
49 struct vfs vfs; local
73 (void) mdb_vread(&vfs, sizeof (vfs), vfsp);
74 if (lofsfstype != vfs.vfs_fstype) {
75 vfsp = (uintptr_t)vfs.vfs_next;
79 (uintptr_t)vfs.vfs_data);
81 vfsp = (uintptr_t)vfs.vfs_next;
97 (void) mdb_vread(&vfs, sizeof (vfs), vfsp)
234 vfs_t vfs; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
vfs.h 161 * use a unique fsid_t for each vfs (e.g., namefs). In order to do
177 * Private vfs data, NOT to be used by a file system implementation.
183 /* Counted array - Bitmap of vfs features */
203 * it's intended for use only in the kernel's vfs layer.
212 * It is safe to read these fields if you can prevent a remount on the vfs,
215 * functions, as it is protected by the vfs list lock. Modifying a mount
216 * option requires grabbing the vfs list write lock, which can be a very
222 typedef struct vfs { struct
223 struct vfs *vfs_next; /* next VFS in VFS list *
    [all...]
policy.h 69 struct vfs;
93 int secpolicy_fs_mount(cred_t *, vnode_t *, struct vfs *);
94 int secpolicy_fs_unmount(cred_t *, struct vfs *);
95 int secpolicy_fs_config(const cred_t *, const struct vfs *);
96 int secpolicy_fs_linkdir(const cred_t *, const struct vfs *);
97 int secpolicy_fs_minfree(const cred_t *, const struct vfs *);
98 int secpolicy_fs_quota(const cred_t *, const struct vfs *);
165 void secpolicy_fs_mount_clearopts(cred_t *, struct vfs *);
vfs_opreg.h 31 #include <sys/vfs.h>
49 VFS_OPS; /* Signatures of all vfs operations (vfsops) */
69 * one for vnode operations (vn_ops_table[]) and one for vfs operations
87 * Generic operations vector types (used for vfs/vnode ops registration).
  /onnv/onnv-gate/usr/src/cmd/krb5/kdestroy/
krpc_sys.c 10 #include <sys/vfs.h>
  /onnv/onnv-gate/usr/src/uts/common/os/
vfs_conf.c 31 #include <sys/vfs.h>
  /onnv/onnv-gate/usr/src/lib/libntfs/common/libntfs/
gnome-vfs-module.c 2 * gnome-vfs-module.c - Gnome-VFS init/shutdown implementation of interface to
26 #include "gnome-vfs-method.h"
27 #include <libgnomevfs/gnome-vfs-module.h>
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/smbfs/
smbfs.c 34 #include <sys/vfs.h>
73 * all "smbfs" entries in the VFS list.
79 uintptr_t vfsops; /* filter by vfs ops pointer */
86 const vfs_t *vfs = data; local
91 if (cbd->vfsops && cbd->vfsops != (uintptr_t)vfs->vfs_op) {
101 mdb_printf(" %-p", (uintptr_t)vfs->vfs_data);
106 ta = (uintptr_t)vfs->vfs_mntpt;
115 (uintptr_t)vfs->vfs_data) == -1) {
117 (uintptr_t)vfs->vfs_data);
133 vfs_t *vfs; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/brand/lx/lx_brand/common/
statfs.c 224 struct statvfs vfs; local
228 if (statvfs(path, &vfs) != 0)
231 if ((err = stol_statfs(path, &lxfs, &vfs)) != 0)
244 struct statvfs vfs; local
250 if (fstatvfs(fd, &vfs) != 0)
255 if ((err = stol_statfs(path, &lxfs, &vfs)) != 0)
270 struct statvfs64 vfs; local
274 if (statvfs64(path, &vfs) != 0)
277 if ((err = stol_statfs64(path, &lxfs, &vfs)) != 0)
291 struct statvfs64 vfs; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
vfs.h 59 struct vfs { struct
60 struct vfs *vfs_next; /* next vfs in vfs list */
61 struct vfsops *vfs_op; /* operations on vfs */
71 * vfs flags.
72 * VFS_MLOCK lock the vfs so that name lookup cannot proceed past the vfs.
75 #define VFS_RDONLY 0x01 /* read only vfs */
76 #define VFS_MLOCK 0x02 /* lock vfs so that subtree is stable *
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/devfs/
devfs_vfsops.c 42 #include <sys/vfs.h>
63 * devfs vfs operations.
65 static int devfs_mount(struct vfs *, struct vnode *, struct mounta *,
67 static int devfs_unmount(struct vfs *, int, struct cred *);
68 static int devfs_root(struct vfs *, struct vnode **);
69 static int devfs_statvfs(struct vfs *, struct statvfs64 *);
70 static int devfs_mountroot(struct vfs *, enum whymountroot);
145 * Associate VFS ops vector with this fstype
149 cmn_err(CE_WARN, "devfsinit: bad vfs ops template");
177 devfs_mount(struct vfs *vfsp, struct vnode *mvp, struct mounta *uap
    [all...]
  /onnv/onnv-gate/usr/src/cmd/backup/dump/
dumpfstab.c 99 struct vfstab vfs; local
117 while ((status = getvfsent(tp, &vfs)) == 0) {
118 if (vfs.vfs_fstype == (char *)0 ||
119 strcmp(vfs.vfs_fstype, MNTTYPE_42) != 0)
123 mnt->mnt_fsname = mntstrdup(vfs.vfs_special);
124 mnt->mnt_dir = mntstrdup(vfs.vfs_mountp);
125 mnt->mnt_type = mntstrdup(vfs.vfs_fstype);
126 mnt->mnt_opts = mntstrdup(vfs.vfs_mntopts);
  /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
smbfs.h 44 * FS-specific VFS structures for smbfs.
54 #include <sys/vfs.h>
108 struct vfs *smi_vfsp; /* mount back pointer to vfs */
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/netstrategy/
netstrategy.c 109 static struct statvfs vfs; local
112 if (statvfs("/", &vfs) < 0) {
115 if (strncmp(vfs.f_basetype, "nfs", sizeof ("nfs") - 1) == 0)
116 vfs.f_basetype[sizeof ("nfs") - 1] = '\0';
117 return (vfs.f_basetype);

Completed in 1809 milliseconds

1 2 3 4 5 6 7 8 91011>>