Lines Matching refs:vfs

98 extern vopstats_t	*get_fstype_vopstats(struct vfs *, struct vfssw *);
99 extern vsk_anchor_t *get_vskstat_anchor(struct vfs *);
105 static void vfs_freemnttab(struct vfs *);
121 struct vfs *mip_vfsp;
140 static struct vfs root;
141 static struct vfs devices;
142 static struct vfs dev;
143 struct vfs *rootvfs = &root; /* pointer to root vfs; head of VFS list. */
1015 lofi_add(const char *fsname, struct vfs *vfsp, in lofi_add()
1089 lofi_remove(struct vfs *vfsp) in lofi_remove()
1147 struct vfs **vfspp) in domount()
1151 struct vfs *vfsp; in domount()
1881 struct vfs *vfsp, /* vfs being updated */ in vfs_setpath()
1974 vfs_setresource(struct vfs *vfsp, const char *resource, uint32_t flag) in vfs_setresource()
1986 vfs_setmntpoint(struct vfs *vfsp, const char *mntpt, uint32_t flag) in vfs_setmntpoint()
1996 vfs_getresource(const struct vfs *vfsp) in vfs_getresource()
2011 vfs_getmntpoint(const struct vfs *vfsp) in vfs_getmntpoint()
2363 vfs_clearmntopt(struct vfs *vfsp, const char *opt) in vfs_clearmntopt()
2449 vfs_setmntopt(struct vfs *vfsp, const char *opt, const char *arg, int flags) in vfs_setmntopt()
2715 vfs_optionisset(const struct vfs *vfsp, const char *opt, char **argp) in vfs_optionisset()
2963 vfs_freemnttab(struct vfs *vfsp) in vfs_freemnttab()
3069 dounmount(struct vfs *vfsp, int flag, cred_t *cr) in dounmount()
3137 struct vfs *vfsp; in vfs_unmountall()
3138 struct vfs *prev_vfsp = NULL; in vfs_unmountall()
3183 vfs_addmip(dev_t dev, struct vfs *vfsp) in vfs_addmip()
3205 vfs_delmip(struct vfs *vfsp) in vfs_delmip()
3235 vfs_add(vnode_t *coveredvp, struct vfs *vfsp, int mflag) in vfs_add()
3276 vfs_remove(struct vfs *vfsp) in vfs_remove()
3488 vfs_hash_add(struct vfs *vfsp, int insert_at_head) in vfs_hash_add()
3491 struct vfs **hp; in vfs_hash_add()
3527 vfs_hash_remove(struct vfs *vfsp) in vfs_hash_remove()
3530 struct vfs *tvfsp; in vfs_hash_remove()
3565 vfs_list_add(struct vfs *vfsp) in vfs_list_add()
3680 vfs_list_remove(struct vfs *vfsp) in vfs_list_remove()
3736 struct vfs *
3739 struct vfs *vfsp; in getvfs()
3768 vfs_devmounting(dev_t dev, struct vfs *vfsp) in vfs_devmounting()
3793 struct vfs *vfsp; in vfs_devismounted()
3795 struct vfs search; in vfs_devismounted()
3824 struct vfs *
3827 struct vfs *vfsp; in vfs_dev2vfsp()
3829 struct vfs search; in vfs_dev2vfsp()
3878 struct vfs *
3881 struct vfs *vfsp; in vfs_mntpoint2vfsp()
3882 struct vfs *retvfsp = NULL; in vfs_mntpoint2vfsp()
3884 struct vfs *list; in vfs_mntpoint2vfsp()
3891 struct vfs search; in vfs_mntpoint2vfsp()
3938 struct vfs *vfsp; in vfs_opsinuse()
4264 vfsstray_sync(struct vfs *vfsp, short arg, struct cred *cr) in vfsstray_sync()
4298 vfs_EIO_sync(struct vfs *vfsp, short arg, struct cred *cr) in vfs_EIO_sync()
4344 vfs_cache = kmem_cache_create("vfs_cache", sizeof (struct vfs), in vfsinit()