Lines Matching refs:vfs

99 extern vopstats_t	*get_fstype_vopstats(struct vfs *, struct vfssw *);
100 extern vsk_anchor_t *get_vskstat_anchor(struct vfs *);
106 static void vfs_freemnttab(struct vfs *);
122 struct vfs *mip_vfsp;
141 static struct vfs root;
142 static struct vfs devices;
143 static struct vfs dev;
144 struct vfs *rootvfs = &root; /* pointer to root vfs; head of VFS list. */
959 lofi_add(const char *fsname, struct vfs *vfsp, in lofi_add()
1033 lofi_remove(struct vfs *vfsp) in lofi_remove()
1090 struct vfs **vfspp) in domount()
1094 struct vfs *vfsp; in domount()
1819 struct vfs *vfsp, /* vfs being updated */ in vfs_setpath()
1912 vfs_setresource(struct vfs *vfsp, const char *resource, uint32_t flag) in vfs_setresource()
1924 vfs_setmntpoint(struct vfs *vfsp, const char *mntpt, uint32_t flag) in vfs_setmntpoint()
1934 vfs_getresource(const struct vfs *vfsp) in vfs_getresource()
1949 vfs_getmntpoint(const struct vfs *vfsp) in vfs_getmntpoint()
2301 vfs_clearmntopt(struct vfs *vfsp, const char *opt) in vfs_clearmntopt()
2387 vfs_setmntopt(struct vfs *vfsp, const char *opt, const char *arg, int flags) in vfs_setmntopt()
2653 vfs_optionisset(const struct vfs *vfsp, const char *opt, char **argp) in vfs_optionisset()
2901 vfs_freemnttab(struct vfs *vfsp) in vfs_freemnttab()
3007 dounmount(struct vfs *vfsp, int flag, cred_t *cr) in dounmount()
3075 struct vfs *vfsp; in vfs_unmountall()
3076 struct vfs *prev_vfsp = NULL; in vfs_unmountall()
3121 vfs_addmip(dev_t dev, struct vfs *vfsp) in vfs_addmip()
3143 vfs_delmip(struct vfs *vfsp) in vfs_delmip()
3173 vfs_add(vnode_t *coveredvp, struct vfs *vfsp, int mflag) in vfs_add()
3214 vfs_remove(struct vfs *vfsp) in vfs_remove()
3426 vfs_hash_add(struct vfs *vfsp, int insert_at_head) in vfs_hash_add()
3429 struct vfs **hp; in vfs_hash_add()
3465 vfs_hash_remove(struct vfs *vfsp) in vfs_hash_remove()
3468 struct vfs *tvfsp; in vfs_hash_remove()
3503 vfs_list_add(struct vfs *vfsp) in vfs_list_add()
3606 vfs_list_remove(struct vfs *vfsp) in vfs_list_remove()
3656 struct vfs *
3659 struct vfs *vfsp; in getvfs()
3688 vfs_devmounting(dev_t dev, struct vfs *vfsp) in vfs_devmounting()
3713 struct vfs *vfsp; in vfs_devismounted()
3736 struct vfs *
3739 struct vfs *vfsp; in vfs_dev2vfsp()
3777 struct vfs *
3780 struct vfs *vfsp; in vfs_mntpoint2vfsp()
3781 struct vfs *retvfsp = NULL; in vfs_mntpoint2vfsp()
3783 struct vfs *list; in vfs_mntpoint2vfsp()
3825 struct vfs *vfsp; in vfs_opsinuse()
4117 vfsstray_sync(struct vfs *vfsp, short arg, struct cred *cr) in vfsstray_sync()
4151 vfs_EIO_sync(struct vfs *vfsp, short arg, struct cred *cr) in vfs_EIO_sync()
4197 vfs_cache = kmem_cache_create("vfs_cache", sizeof (struct vfs), in vfsinit()