Home
last modified time | relevance | path

Searched refs:mntflags (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/bsd/miscfs/mockfs/
H A Dmockfs_vfsops.c49 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 Droutefs_ops.c52 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 Ddevfs_vfsops.c242 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 Dbind_vfsops.c310 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 Dnull_vfsops.c328 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 Dmount.h618 int (*vfs_unmount)(struct mount *mp, int mntflags, vfs_context_t context);