Searched refs:F_GETDEFAULTPROTLEVEL (Results 1 – 3 of 3) sorted by relevance
364 #define F_GETDEFAULTPROTLEVEL 79 /* Get the default protection level for the filesystem */ macro
4374 case F_GETDEFAULTPROTLEVEL: { in sys_fcntl_nocancel()4393 error = VNOP_IOCTL(vp, F_GETDEFAULTPROTLEVEL, (caddr_t)retval, 0, &context); in sys_fcntl_nocancel()
12638 case F_GETDEFAULTPROTLEVEL: in fsctl_internal()