Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dpriv.h158 #define PRIV_VFS_SETSIZE 14006 /* Allow resizing a file without zeroing space */ macro
/xnu-12377.61.12/bsd/kern/
H A Dkern_descrip.c3559 error = priv_check_cred(kauth_cred_get(), PRIV_VFS_SETSIZE, 0); in sys_fcntl_nocancel()