Home
last modified time | relevance | path

Searched refs:VFS_MOUNT_FLAG_PERMIT_UNMOUNT (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dmount.h1457 #define VFS_MOUNT_FLAG_PERMIT_UNMOUNT 0x02 /* Allow (non-forced) unmounts by users other the one … macro
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_vfsops.c3660 mntflags, VFS_MOUNT_FLAG_PERMIT_UNMOUNT | VFS_MOUNT_FLAG_NOAUTH); in nfs_mirror_mount_domount()
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_syscalls.c356 if (flags & VFS_MOUNT_FLAG_PERMIT_UNMOUNT) { in vfs_mount_at_path()