Lines Matching refs:vfs
96 extern vopstats_t *get_fstype_vopstats(struct vfs *, struct vfssw *);
97 extern vsk_anchor_t *get_vskstat_anchor(struct vfs *);
103 static void vfs_freemnttab(struct vfs *);
119 struct vfs *mip_vfsp;
138 static struct vfs root;
139 static struct vfs devices;
140 static struct vfs dev;
141 struct vfs *rootvfs = &root; /* pointer to root vfs; head of VFS list. */
1032 lofi_add(const char *fsname, struct vfs *vfsp, in lofi_add()
1106 lofi_remove(struct vfs *vfsp) in lofi_remove()
1164 struct vfs **vfspp) in domount()
1168 struct vfs *vfsp; in domount()
1893 struct vfs *vfsp, /* vfs being updated */ in vfs_setpath()
1986 vfs_setresource(struct vfs *vfsp, const char *resource, uint32_t flag) in vfs_setresource()
1998 vfs_setmntpoint(struct vfs *vfsp, const char *mntpt, uint32_t flag) in vfs_setmntpoint()
2008 vfs_getresource(const struct vfs *vfsp) in vfs_getresource()
2023 vfs_getmntpoint(const struct vfs *vfsp) in vfs_getmntpoint()
2375 vfs_clearmntopt(struct vfs *vfsp, const char *opt) in vfs_clearmntopt()
2461 vfs_setmntopt(struct vfs *vfsp, const char *opt, const char *arg, int flags) in vfs_setmntopt()
2727 vfs_optionisset(const struct vfs *vfsp, const char *opt, char **argp) in vfs_optionisset()
2975 vfs_freemnttab(struct vfs *vfsp) in vfs_freemnttab()
3081 dounmount(struct vfs *vfsp, int flag, cred_t *cr) in dounmount()
3149 struct vfs *vfsp; in vfs_unmountall()
3150 struct vfs *prev_vfsp = NULL; in vfs_unmountall()
3195 vfs_addmip(dev_t dev, struct vfs *vfsp) in vfs_addmip()
3217 vfs_delmip(struct vfs *vfsp) in vfs_delmip()
3247 vfs_add(vnode_t *coveredvp, struct vfs *vfsp, int mflag) in vfs_add()
3288 vfs_remove(struct vfs *vfsp) in vfs_remove()
3500 vfs_hash_add(struct vfs *vfsp, int insert_at_head) in vfs_hash_add()
3503 struct vfs **hp; in vfs_hash_add()
3539 vfs_hash_remove(struct vfs *vfsp) in vfs_hash_remove()
3542 struct vfs *tvfsp; in vfs_hash_remove()
3577 vfs_list_add(struct vfs *vfsp) in vfs_list_add()
3692 vfs_list_remove(struct vfs *vfsp) in vfs_list_remove()
3748 struct vfs *
3751 struct vfs *vfsp; in getvfs()
3780 vfs_devmounting(dev_t dev, struct vfs *vfsp) in vfs_devmounting()
3805 struct vfs *vfsp; in vfs_devismounted()
3807 struct vfs search; in vfs_devismounted()
3836 struct vfs *
3839 struct vfs *vfsp; in vfs_dev2vfsp()
3841 struct vfs search; in vfs_dev2vfsp()
3890 struct vfs *
3893 struct vfs *vfsp; in vfs_mntpoint2vfsp()
3894 struct vfs *retvfsp = NULL; in vfs_mntpoint2vfsp()
3896 struct vfs *list; in vfs_mntpoint2vfsp()
3903 struct vfs search; in vfs_mntpoint2vfsp()
3950 struct vfs *vfsp; in vfs_opsinuse()
4276 vfsstray_sync(struct vfs *vfsp, short arg, struct cred *cr) in vfsstray_sync()
4310 vfs_EIO_sync(struct vfs *vfsp, short arg, struct cred *cr) in vfs_EIO_sync()
4356 vfs_cache = kmem_cache_create("vfs_cache", sizeof (struct vfs), in vfsinit()