Lines Matching defs:vfsp
234 fsop_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in fsop_mount()
240 fsop_unmount(vfs_t *vfsp, int flag, cred_t *cr) in fsop_unmount()
246 fsop_root(vfs_t *vfsp, vnode_t **vpp) in fsop_root()
265 fsop_statfs(vfs_t *vfsp, statvfs64_t *sp) in fsop_statfs()
271 fsop_sync(vfs_t *vfsp, short flag, cred_t *cr) in fsop_sync()
277 fsop_vget(vfs_t *vfsp, vnode_t **vpp, fid_t *fidp) in fsop_vget()
298 fsop_mountroot(vfs_t *vfsp, enum whymountroot reason) in fsop_mountroot()
304 fsop_freefs(vfs_t *vfsp) in fsop_freefs()
310 fsop_vnstate(vfs_t *vfsp, vnode_t *vp, vntrans_t nstate) in fsop_vnstate()
477 vfs_setops(vfs_t *vfsp, vfsops_t *vfsops) in vfs_setops()
495 vfs_getops(vfs_t *vfsp) in vfs_getops()
515 vfs_matchops(vfs_t *vfsp, vfsops_t *vfsops) in vfs_matchops()
525 vfs_can_sync(vfs_t *vfsp) in vfs_can_sync()
535 vfs_init(vfs_t *vfsp, vfsops_t *op, void *data) in vfs_init()
555 vfsimpl_setup(vfs_t *vfsp) in vfsimpl_setup()
581 vfsimpl_teardown(vfs_t *vfsp) in vfsimpl_teardown()
846 vfs_t *vfsp; in vfs_mountfs() local
1016 lofi_add(const char *fsname, struct vfs *vfsp, in lofi_add()
1090 lofi_remove(struct vfs *vfsp) in lofi_remove()
1152 struct vfs *vfsp; in domount() local
1882 struct vfs *vfsp, /* vfs being updated */ in vfs_setpath()
1975 vfs_setresource(struct vfs *vfsp, const char *resource, uint32_t flag) in vfs_setresource()
1987 vfs_setmntpoint(struct vfs *vfsp, const char *mntpt, uint32_t flag) in vfs_setmntpoint()
1997 vfs_getresource(const struct vfs *vfsp) in vfs_getresource()
2012 vfs_getmntpoint(const struct vfs *vfsp) in vfs_getmntpoint()
2364 vfs_clearmntopt(struct vfs *vfsp, const char *opt) in vfs_clearmntopt()
2450 vfs_setmntopt(struct vfs *vfsp, const char *opt, const char *arg, int flags) in vfs_setmntopt()
2501 vfs_t *vfsp; in vfs_settag() local
2565 vfs_t *vfsp; in vfs_clrtag() local
2716 vfs_optionisset(const struct vfs *vfsp, const char *opt, char **argp) in vfs_optionisset()
2964 vfs_freemnttab(struct vfs *vfsp) in vfs_freemnttab()
3070 dounmount(struct vfs *vfsp, int flag, cred_t *cr) in dounmount()
3138 struct vfs *vfsp; in vfs_unmountall() local
3184 vfs_addmip(dev_t dev, struct vfs *vfsp) in vfs_addmip()
3206 vfs_delmip(struct vfs *vfsp) in vfs_delmip()
3236 vfs_add(vnode_t *coveredvp, struct vfs *vfsp, int mflag) in vfs_add()
3277 vfs_remove(struct vfs *vfsp) in vfs_remove()
3314 vfs_lock(vfs_t *vfsp) in vfs_lock()
3327 vfs_rlock(vfs_t *vfsp) in vfs_rlock()
3341 vfs_lock_wait(vfs_t *vfsp) in vfs_lock_wait()
3350 vfs_rlock_wait(vfs_t *vfsp) in vfs_rlock_wait()
3362 vfs_unlock(vfs_t *vfsp) in vfs_unlock()
3411 vfs_lock_held(vfs_t *vfsp) in vfs_lock_held()
3432 vfs_lock_owner(vfs_t *vfsp) in vfs_lock_owner()
3489 vfs_hash_add(struct vfs *vfsp, int insert_at_head) in vfs_hash_add()
3528 vfs_hash_remove(struct vfs *vfsp) in vfs_hash_remove()
3566 vfs_list_add(struct vfs *vfsp) in vfs_list_add()
3681 vfs_list_remove(struct vfs *vfsp) in vfs_list_remove()
3740 struct vfs *vfsp; in getvfs() local
3769 vfs_devmounting(dev_t dev, struct vfs *vfsp) in vfs_devmounting()
3794 struct vfs *vfsp; in vfs_devismounted() local
3828 struct vfs *vfsp; in vfs_dev2vfsp() local
3882 struct vfs *vfsp; in vfs_mntpoint2vfsp() local
3939 struct vfs *vfsp; in vfs_opsinuse() local
4265 vfsstray_sync(struct vfs *vfsp, short arg, struct cred *cr) in vfsstray_sync()
4299 vfs_EIO_sync(struct vfs *vfsp, short arg, struct cred *cr) in vfs_EIO_sync()
4403 vfs_t *vfsp; in vfs_alloc() local
4416 vfs_free(vfs_t *vfsp) in vfs_free()
4448 vfs_hold(vfs_t *vfsp) in vfs_hold()
4460 vfs_rele(vfs_t *vfsp) in vfs_rele()
4615 vfs_root_redev(vfs_t *vfsp, dev_t ndev, int fstype) in vfs_root_redev()
4832 vfs_set_feature(vfs_t *vfsp, vfs_feature_t feature) in vfs_set_feature()
4842 vfs_clear_feature(vfs_t *vfsp, vfs_feature_t feature) in vfs_clear_feature()
4855 vfs_has_feature(vfs_t *vfsp, vfs_feature_t feature) in vfs_has_feature()
4893 vfs_get_lofi(vfs_t *vfsp, vnode_t **vpp) in vfs_get_lofi()