Lines Matching defs:vfsp

225 fsop_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr)  in fsop_mount()
231 fsop_unmount(vfs_t *vfsp, int flag, cred_t *cr) in fsop_unmount()
237 fsop_root(vfs_t *vfsp, vnode_t **vpp) in fsop_root()
256 fsop_statfs(vfs_t *vfsp, statvfs64_t *sp) in fsop_statfs()
262 fsop_sync(vfs_t *vfsp, short flag, cred_t *cr) in fsop_sync()
268 fsop_vget(vfs_t *vfsp, vnode_t **vpp, fid_t *fidp) in fsop_vget()
289 fsop_mountroot(vfs_t *vfsp, enum whymountroot reason) in fsop_mountroot()
295 fsop_freefs(vfs_t *vfsp) in fsop_freefs()
301 fsop_vnstate(vfs_t *vfsp, vnode_t *vp, vntrans_t nstate) in fsop_vnstate()
468 vfs_setops(vfs_t *vfsp, vfsops_t *vfsops) in vfs_setops()
486 vfs_getops(vfs_t *vfsp) in vfs_getops()
506 vfs_matchops(vfs_t *vfsp, vfsops_t *vfsops) in vfs_matchops()
516 vfs_can_sync(vfs_t *vfsp) in vfs_can_sync()
526 vfs_init(vfs_t *vfsp, vfsops_t *op, void *data) in vfs_init()
546 vfsimpl_setup(vfs_t *vfsp) in vfsimpl_setup()
572 vfsimpl_teardown(vfs_t *vfsp) in vfsimpl_teardown()
837 vfs_t *vfsp; in vfs_mountfs() local
1032 lofi_add(const char *fsname, struct vfs *vfsp, in lofi_add()
1106 lofi_remove(struct vfs *vfsp) in lofi_remove()
1168 struct vfs *vfsp; in domount() local
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()
2512 vfs_t *vfsp; in vfs_settag() local
2576 vfs_t *vfsp; in vfs_clrtag() local
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() local
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()
3325 vfs_lock(vfs_t *vfsp) in vfs_lock()
3338 vfs_rlock(vfs_t *vfsp) in vfs_rlock()
3352 vfs_lock_wait(vfs_t *vfsp) in vfs_lock_wait()
3361 vfs_rlock_wait(vfs_t *vfsp) in vfs_rlock_wait()
3373 vfs_unlock(vfs_t *vfsp) in vfs_unlock()
3422 vfs_lock_held(vfs_t *vfsp) in vfs_lock_held()
3443 vfs_lock_owner(vfs_t *vfsp) in vfs_lock_owner()
3500 vfs_hash_add(struct vfs *vfsp, int insert_at_head) in vfs_hash_add()
3539 vfs_hash_remove(struct vfs *vfsp) 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()
3751 struct vfs *vfsp; in getvfs() local
3780 vfs_devmounting(dev_t dev, struct vfs *vfsp) in vfs_devmounting()
3805 struct vfs *vfsp; in vfs_devismounted() local
3839 struct vfs *vfsp; in vfs_dev2vfsp() local
3893 struct vfs *vfsp; in vfs_mntpoint2vfsp() local
3950 struct vfs *vfsp; in vfs_opsinuse() local
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()
4414 vfs_t *vfsp; in vfs_alloc() local
4427 vfs_free(vfs_t *vfsp) in vfs_free()
4459 vfs_hold(vfs_t *vfsp) in vfs_hold()
4471 vfs_rele(vfs_t *vfsp) in vfs_rele()
4626 vfs_root_redev(vfs_t *vfsp, dev_t ndev, int fstype) in vfs_root_redev()
4843 vfs_set_feature(vfs_t *vfsp, vfs_feature_t feature) in vfs_set_feature()
4853 vfs_clear_feature(vfs_t *vfsp, vfs_feature_t feature) in vfs_clear_feature()
4866 vfs_has_feature(vfs_t *vfsp, vfs_feature_t feature) in vfs_has_feature()
4904 vfs_get_lofi(vfs_t *vfsp, vnode_t **vpp) in vfs_get_lofi()