Searched refs:F_GETPROTECTIONLEVEL (Results 1 – 3 of 3) sorted by relevance
359 #define F_GETPROTECTIONLEVEL 77 /* Get the protection version number for this filesystem */ macro
4354 case F_GETPROTECTIONLEVEL: { in sys_fcntl_nocancel()4368 error = VNOP_IOCTL(vp, F_GETPROTECTIONLEVEL, (caddr_t)retval, 0, &context); in sys_fcntl_nocancel()
12637 case F_GETPROTECTIONLEVEL: in fsctl_internal()