Searched refs:mnt_op (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | mount.h | 211 struct vfsops *mnt_op; /* operations on fs */ member 809 _rc = (*(MP)->mnt_op->vfs_mount)(MP); \ 816 _rc = (*(MP)->mnt_op->vfs_unmount)(MP, FORCE); \ 822 _rc = (*(MP)->mnt_op->vfs_root)(MP, FLAGS, VPP); \ 846 _rc = (*(MP)->mnt_op->vfs_sync)(MP, WAIT); \ 877 _rc = (*(MP)->mnt_op->vfs_sysctl)(MP, OP, REQ); \ 881 if (*(MP)->mnt_op->vfs_susp_clean != NULL) { \ 882 (*(MP)->mnt_op->vfs_susp_clean)(MP); \ 893 if (*(MP)->mnt_op->vfs_unlink_lowervp != NULL) { \ 899 if (*(MP)->mnt_op->vfs_purge != NULL) { \ [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_subr.c | 1219 vnlru_free_impl(int count, struct vfsops *mnt_op, struct vnode *mvp) in vnlru_free_impl() argument 1250 if (mnt_op != NULL && (mp = vp->v_mount) != NULL && in vnlru_free_impl() 1251 mp->mnt_op != mnt_op) { in vnlru_free_impl() 1279 vnlru_free_vfsops(int count, struct vfsops *mnt_op, struct vnode *mvp) in vnlru_free_vfsops() argument 1282 MPASS(mnt_op != NULL); in vnlru_free_vfsops() 1286 vnlru_free_impl(count, mnt_op, mvp); in vnlru_free_vfsops() 1294 vnlru_free(int count, struct vfsops *mnt_op) in vnlru_free() argument 1302 if (vnlru_free_impl(count, mnt_op, mvp) == 0) { in vnlru_free() 1312 vnlru_free_impl(count, mnt_op, mvp); in vnlru_free() 3889 mmp->mnt_op = &vgonel_vfsops; in vfs_notify_upper()
|
| H A D | vfs_mount.c | 502 mp->mnt_op = NULL; in vfs_mount_alloc() 516 mp->mnt_op = vfsp->vfc_vfsops; in vfs_mount_alloc() 2260 return (mp->mnt_op->vfs_statfs(mp, sbp)); in __vfs_statfs()
|