Home
last modified time | relevance | path

Searched refs:mac_file_check_lock (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/security/
H A Dmac_file.c144 mac_file_check_lock(struct ucred *cred, struct fileglob *fg, int op, in mac_file_check_lock() function
H A Dmac_framework.h201 int mac_file_check_lock(kauth_cred_t cred, struct fileglob *fg, int op,
/xnu-11215.1.10/bsd/kern/
H A Dkern_descrip.c3060 error = mac_file_check_lock(kauth_cred_get(), fp->fp_glob, in sys_fcntl_nocancel()
3214 error = mac_file_check_lock(kauth_cred_get(), fp->fp_glob, in sys_fcntl_nocancel()
5793 error = mac_file_check_lock(kauth_cred_get(), fp->fp_glob, F_SETLK, &lf); in sys_flock()
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_syscalls.c4710 error = mac_file_check_lock(vfs_context_ucred(ctx), fp->fp_glob, in open1()