/titanic_50/usr/src/uts/common/sys/ |
H A D | vfs.h | 196 typedef struct vfs { struct 197 struct vfs *vfs_next; /* next VFS in VFS list */ argument 198 struct vfs *vfs_prev; /* prev VFS in VFS list */ argument 199 avl_node_t vfs_avldev; /* by dev index */ argument 200 avl_node_t vfs_avlmntpnt; /* by mntpnt index */ argument 205 uint64_t vfs_mntix; argument 208 vfsops_t *vfs_op; /* operations on VFS */ argument 210 struct vnode *vfs_vnodecovered; /* vnode mounted on */ argument 211 uint_t vfs_flag; /* flags */ argument 212 uint_t vfs_bsize; /* native block size */ argument [all …]
|
H A D | fem.h | 115 vfsops_t *vfs; member
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | vfs.h | 59 struct vfs { struct 60 struct vfs *vfs_next; /* next vfs in vfs list */ argument 61 struct vfsops *vfs_op; /* operations on vfs */ argument 62 struct vnode *vfs_vnodecovered; /* vnode we mounted on */ argument 63 int vfs_flag; /* flags */ argument 64 int vfs_bsize; /* native block size */ argument 65 fsid_t vfs_fsid; /* file system id */ argument 66 caddr_t vfs_stats; /* filesystem statistics */ argument 67 caddr_t vfs_data; /* private data */ argument
|
/titanic_50/usr/src/ucbhead/sys/ |
H A D | vfs.h | 85 typedef struct vfs { struct 86 struct vfs *vfs_next; /* next VFS in VFS list */ argument 87 struct vfsops *vfs_op; /* operations on VFS */ argument 88 struct vnode *vfs_vnodecovered; /* vnode mounted on */ argument 89 ulong_t vfs_flag; /* flags */ argument 90 ulong_t vfs_bsize; /* native block size */ argument 91 int vfs_fstype; /* file system type index */ argument 92 fsid_t vfs_fsid; /* file system id */ argument 93 caddr_t vfs_data; /* private data */ argument 94 l_dev_t vfs_dev; /* device of mounted VFS */ argument [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/lofs/ |
H A D | lofs.c | 49 struct vfs vfs; in lnode_walk_init() local 234 vfs_t vfs; in lnode2dev() local
|
/titanic_50/usr/src/cmd/mdb/common/modules/smbfs/ |
H A D | smbfs.c | 84 const vfs_t *vfs = data; in smbfs_vfs_cb() local 131 vfs_t *vfs; in smbfs_vfs_dcmd() local
|
/titanic_50/usr/src/cmd/cmd-inet/sbin/netstrategy/ |
H A D | netstrategy.c | 109 static struct statvfs vfs; in get_root_fstype() local
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | vfs.c | 69 vfs_t vfs; in vfs_walk_step() local 97 vfs_t vfs; in read_fsname() local 182 vfs_t vfs; in fsinfo() local
|
/titanic_50/usr/src/lib/libast/common/path/ |
H A D | pathprobe.c | 62 struct statvfs vfs; in rofs() local
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dumpfstab.c | 99 struct vfstab vfs; local
|
/titanic_50/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | main.c | 391 hasvfsopt(struct vfstab *vfs, char *opt) in hasvfsopt()
|
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | vncache.c | 200 vfs_t *vfs; in vncache_enter() local
|
/titanic_50/usr/src/uts/common/fs/zev/ |
H A D | zev_callbacks.c | 45 zev_zfs_mount_cb(vfs_t *vfs, vnode_t *mpt, char *dataset, boolean_t remount) in zev_zfs_mount_cb() 127 zev_zfs_umount_cb(vfs_t *vfs) in zev_zfs_umount_cb()
|
/titanic_50/usr/src/cmd/fs.d/ufs/quotaon/ |
H A D | quotaon.c | 329 hasvfsopt(struct vfstab *vfs, char *opt) in hasvfsopt()
|
/titanic_50/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | main.c | 801 hasvfsopt(struct vfstab *vfs, char *opt) in hasvfsopt()
|
/titanic_50/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 271 already_mounted(struct vfstab *vfs, int is_local_host, char *client_path, in already_mounted() 894 struct vfstab *vfs = &vfsbuf; in get_mntinfo() local
|
/titanic_50/usr/src/lib/libwanboot/common/ |
H A D | bootinfo_aux.c | 348 static struct statvfs vfs; in rootfs_type_init() local
|
/titanic_50/usr/src/cmd/fs.d/ufs/repquota/ |
H A D | repquota.c | 489 hasvfsopt(struct vfstab *vfs, char *opt) in hasvfsopt()
|
/titanic_50/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 771 hasvfsopt(struct vfstab *vfs, char *opt) in hasvfsopt()
|
/titanic_50/usr/src/cmd/fs.d/ufs/fssnap/ |
H A D | fssnap.c | 394 struct statvfs vfs; in open_backpath() local
|
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vnops.c | 1394 vfs_t *vfs; in smbfs_lookup() local 2947 vfs_t *vfs; in smbfs_pathconf() local
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_dir.c | 2996 struct vfs *vfs; in ufs_dircheckpath() local
|
/titanic_50/usr/src/cmd/mdb/common/modules/mdb_ks/ |
H A D | mdb_ks.c | 417 vfs_t vfs; in mdb_autonode2path() local
|
/titanic_50/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vnops.c | 235 vfs_t *vfs = tm->tm_vfsp; in wrtmp() local
|
/titanic_50/usr/src/cmd/svc/startd/ |
H A D | graph.c | 3583 struct statvfs vfs; in do_uadmin() local
|