Home
last modified time | relevance | path

Searched refs:KERNEL_MOUNT_PERMIT_UNMOUNT (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmount_internal.h480 #define KERNEL_MOUNT_PERMIT_UNMOUNT 0x02 /* Allow (non-forced) unmounts by users other the one … macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_syscalls.c377 km_flags |= KERNEL_MOUNT_PERMIT_UNMOUNT; in vfs_mount_at_path()
1392 if ((internal_flags & KERNEL_MOUNT_PERMIT_UNMOUNT) != 0) { in mount_common()