Searched refs:mntflags (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c237 devfs_unmount( struct mount *mp, int mntflags, __unused vfs_context_t ctx) argument
244 if (mntflags & MNT_FORCE) {
/darwin-on-arm/xnu/bsd/sys/
H A Dmount.h554 @param mntflags MNT_FORCE indicates that we wish to unmount even if there are active vnodes.
558 int (*vfs_unmount)(struct mount *mp, int mntflags, vfs_context_t context);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c3254 int error = 0, pathbuflen = MAXPATHLEN, i, mntflags = 0, referral, skipcopy = 0; local
3524 xb_get_32(error, &xb, mntflags);
3531 mntflags |= (MNT_AUTOMOUNTED | MNT_DONTBROWSE);
3532 xb_add_32(error, &xbnew, mntflags);
3584 mntflags = vnode_vfsvisflags(vp);
3585 mntflags |= (MNT_AUTOMOUNTED | MNT_DONTBROWSE);
3589 mntflags, KERNEL_MOUNT_PERMIT_UNMOUNT | KERNEL_MOUNT_NOAUTH, ctx);
4066 int mntflags,
4085 if (mntflags & MNT_FORCE) {
4111 if (mntflags
4064 nfs_vfs_unmount( mount_t mp, int mntflags, __unused vfs_context_t ctx) argument
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c171 int hfs_unmount(struct mount *mp, int mntflags, vfs_context_t context);
2111 hfs_unmount(struct mount *mp, int mntflags, vfs_context_t context) argument
2123 if (mntflags & MNT_FORCE) {

Completed in 59 milliseconds