Searched refs:mntflags (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/bsd/miscfs/mockfs/ |
| H A D | mockfs_vfsops.c | 49 int mockfs_unmount(__unused struct mount *mp, __unused int mntflags, __unused vfs_context_t ctx); 156 mockfs_unmount(struct mount *mp, int mntflags, __unused vfs_context_t ctx) in mockfs_unmount() argument 170 if (mntflags & MNT_FORCE) { in mockfs_unmount()
|
| /xnu-11215/bsd/miscfs/routefs/ |
| H A D | routefs_ops.c | 52 static int routefs_unmount( struct mount *mp, int mntflags, __unused vfs_context_t ctx); 180 routefs_unmount( struct mount *mp, int mntflags, __unused vfs_context_t ctx) in routefs_unmount() argument 192 if (mntflags & MNT_FORCE) { in routefs_unmount()
|
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | devfs_vfsops.c | 242 devfs_unmount( struct mount *mp, int mntflags, __unused vfs_context_t ctx) in devfs_unmount() argument 249 if (mntflags & MNT_FORCE) { in devfs_unmount()
|
| /xnu-11215/bsd/miscfs/bindfs/ |
| H A D | bind_vfsops.c | 310 bindfs_unmount(struct mount * mp, int mntflags, __unused vfs_context_t ctx) in bindfs_unmount() argument 324 if (mntflags & MNT_FORCE) { in bindfs_unmount()
|
| /xnu-11215/bsd/miscfs/nullfs/ |
| H A D | null_vfsops.c | 328 nullfs_unmount(struct mount * mp, int mntflags, __unused vfs_context_t ctx) in nullfs_unmount() argument 342 if (mntflags & MNT_FORCE) { in nullfs_unmount()
|
| /xnu-11215/bsd/sys/ |
| H A D | mount.h | 618 int (*vfs_unmount)(struct mount *mp, int mntflags, vfs_context_t context);
|