Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dfcntl.h364 #define F_GETPROTECTIONLEVEL 77 /* Get the protection version number for this filesystem */ macro
/xnu-11417.121.6/bsd/kern/
H A Dkern_descrip.c4449 case F_GETPROTECTIONLEVEL: { in sys_fcntl_nocancel()
4463 error = VNOP_IOCTL(vp, F_GETPROTECTIONLEVEL, (caddr_t)retval, 0, &context); in sys_fcntl_nocancel()
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_syscalls.c13140 case F_GETPROTECTIONLEVEL: in fsctl_internal()