Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dfcntl.h364 #define F_GETDEFAULTPROTLEVEL 79 /* Get the default protection level for the filesystem */ macro
/xnu-10063.101.15/bsd/kern/
H A Dkern_descrip.c4416 case F_GETDEFAULTPROTLEVEL: { in sys_fcntl_nocancel()
4435 error = VNOP_IOCTL(vp, F_GETDEFAULTPROTLEVEL, (caddr_t)retval, 0, &context); in sys_fcntl_nocancel()
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_syscalls.c12861 case F_GETDEFAULTPROTLEVEL: in fsctl_internal()