Lines Matching defs:vfs

198 typedef struct vfs {  struct
199 struct vfs *vfs_next; /* next VFS in VFS list */ argument
200 struct vfs *vfs_prev; /* prev VFS in VFS list */ argument
203 vfsops_t *vfs_op; /* operations on VFS */ argument
205 struct vnode *vfs_vnodecovered; /* vnode mounted on */ argument
206 uint_t vfs_flag; /* flags */ argument
207 uint_t vfs_bsize; /* native block size */ argument
208 int vfs_fstype; /* file system type index */ argument
209 fsid_t vfs_fsid; /* file system id */ argument
210 void *vfs_data; /* private data */ argument
211 dev_t vfs_dev; /* device of mounted VFS */ argument
212 ulong_t vfs_bcount; /* I/O count (accounting) */ argument
213 struct vfs *vfs_list; /* sync list pointer */ argument
214 struct vfs *vfs_hash; /* hash list pointer */ argument
215 ksema_t vfs_reflock; /* mount/unmount/sync lock */ argument
216 uint_t vfs_count; /* vfs reference count */ argument
217 mntopts_t vfs_mntopts; /* options mounted with */ argument
218 refstr_t *vfs_resource; /* mounted resource name */ argument
219 refstr_t *vfs_mntpt; /* mount point name */ argument
220 time_t vfs_mtime; /* time we were mounted */ argument
221 struct vfs_impl *vfs_implp; /* impl specific data */ argument
228 struct zone *vfs_zone; /* zone that owns the mount */ argument
229 struct vfs *vfs_zone_next; /* next VFS visible in zone */ argument
230 struct vfs *vfs_zone_prev; /* prev VFS visible in zone */ argument
232 struct fem_head *vfs_femhead; /* fs monitoring */ argument
233 uint32_t vfs_lofi_id; /* ID if lofi mount */ argument