Lines Matching defs:vfsp

227 fsop_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr)  in fsop_mount()
233 fsop_unmount(vfs_t *vfsp, int flag, cred_t *cr) in fsop_unmount()
239 fsop_root(vfs_t *vfsp, vnode_t **vpp) in fsop_root()
258 fsop_statfs(vfs_t *vfsp, statvfs64_t *sp) in fsop_statfs()
264 fsop_sync(vfs_t *vfsp, short flag, cred_t *cr) in fsop_sync()
270 fsop_vget(vfs_t *vfsp, vnode_t **vpp, fid_t *fidp) in fsop_vget()
291 fsop_mountroot(vfs_t *vfsp, enum whymountroot reason) in fsop_mountroot()
297 fsop_freefs(vfs_t *vfsp) in fsop_freefs()
303 fsop_vnstate(vfs_t *vfsp, vnode_t *vp, vntrans_t nstate) in fsop_vnstate()
470 vfs_setops(vfs_t *vfsp, vfsops_t *vfsops) in vfs_setops()
488 vfs_getops(vfs_t *vfsp) in vfs_getops()
508 vfs_matchops(vfs_t *vfsp, vfsops_t *vfsops) in vfs_matchops()
518 vfs_can_sync(vfs_t *vfsp) in vfs_can_sync()
528 vfs_init(vfs_t *vfsp, vfsops_t *op, void *data) in vfs_init()
548 vfsimpl_setup(vfs_t *vfsp) in vfsimpl_setup()
574 vfsimpl_teardown(vfs_t *vfsp) in vfsimpl_teardown()
839 vfs_t *vfsp; in vfs_mountfs() local
1008 lofi_add(const char *fsname, struct vfs *vfsp, in lofi_add()
1082 lofi_remove(struct vfs *vfsp) in lofi_remove()
1144 struct vfs *vfsp; in domount() local
1869 struct vfs *vfsp, /* vfs being updated */ in vfs_setpath()
1962 vfs_setresource(struct vfs *vfsp, const char *resource, uint32_t flag) in vfs_setresource()
1974 vfs_setmntpoint(struct vfs *vfsp, const char *mntpt, uint32_t flag) in vfs_setmntpoint()
1984 vfs_getresource(const struct vfs *vfsp) in vfs_getresource()
1999 vfs_getmntpoint(const struct vfs *vfsp) in vfs_getmntpoint()
2351 vfs_clearmntopt(struct vfs *vfsp, const char *opt) in vfs_clearmntopt()
2437 vfs_setmntopt(struct vfs *vfsp, const char *opt, const char *arg, int flags) in vfs_setmntopt()
2488 vfs_t *vfsp; in vfs_settag() local
2552 vfs_t *vfsp; in vfs_clrtag() local
2703 vfs_optionisset(const struct vfs *vfsp, const char *opt, char **argp) in vfs_optionisset()
2951 vfs_freemnttab(struct vfs *vfsp) in vfs_freemnttab()
3057 dounmount(struct vfs *vfsp, int flag, cred_t *cr) in dounmount()
3125 struct vfs *vfsp; in vfs_unmountall() local
3171 vfs_addmip(dev_t dev, struct vfs *vfsp) in vfs_addmip()
3193 vfs_delmip(struct vfs *vfsp) in vfs_delmip()
3223 vfs_add(vnode_t *coveredvp, struct vfs *vfsp, int mflag) in vfs_add()
3264 vfs_remove(struct vfs *vfsp) in vfs_remove()
3301 vfs_lock(vfs_t *vfsp) in vfs_lock()
3314 vfs_rlock(vfs_t *vfsp) in vfs_rlock()
3328 vfs_lock_wait(vfs_t *vfsp) in vfs_lock_wait()
3337 vfs_rlock_wait(vfs_t *vfsp) in vfs_rlock_wait()
3349 vfs_unlock(vfs_t *vfsp) in vfs_unlock()
3398 vfs_lock_held(vfs_t *vfsp) in vfs_lock_held()
3419 vfs_lock_owner(vfs_t *vfsp) in vfs_lock_owner()
3476 vfs_hash_add(struct vfs *vfsp, int insert_at_head) in vfs_hash_add()
3515 vfs_hash_remove(struct vfs *vfsp) in vfs_hash_remove()
3553 vfs_list_add(struct vfs *vfsp) in vfs_list_add()
3668 vfs_list_remove(struct vfs *vfsp) in vfs_list_remove()
3727 struct vfs *vfsp; in getvfs() local
3756 vfs_devmounting(dev_t dev, struct vfs *vfsp) in vfs_devmounting()
3781 struct vfs *vfsp; in vfs_devismounted() local
3815 struct vfs *vfsp; in vfs_dev2vfsp() local
3869 struct vfs *vfsp; in vfs_mntpoint2vfsp() local
3926 struct vfs *vfsp; in vfs_opsinuse() local
4252 vfsstray_sync(struct vfs *vfsp, short arg, struct cred *cr) in vfsstray_sync()
4286 vfs_EIO_sync(struct vfs *vfsp, short arg, struct cred *cr) in vfs_EIO_sync()
4390 vfs_t *vfsp; in vfs_alloc() local
4403 vfs_free(vfs_t *vfsp) in vfs_free()
4435 vfs_hold(vfs_t *vfsp) in vfs_hold()
4447 vfs_rele(vfs_t *vfsp) in vfs_rele()
4602 vfs_root_redev(vfs_t *vfsp, dev_t ndev, int fstype) in vfs_root_redev()
4819 vfs_set_feature(vfs_t *vfsp, vfs_feature_t feature) in vfs_set_feature()
4829 vfs_clear_feature(vfs_t *vfsp, vfs_feature_t feature) in vfs_clear_feature()
4842 vfs_has_feature(vfs_t *vfsp, vfs_feature_t feature) in vfs_has_feature()
4880 vfs_get_lofi(vfs_t *vfsp, vnode_t **vpp) in vfs_get_lofi()