Home
last modified time | relevance | path

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

/xnu-12377.81.4/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-12377.81.4/bsd/kern/
H A Dkern_descrip.c3080 error = mac_file_check_lock(kauth_cred_get(), fp->fp_glob, in sys_fcntl_nocancel()
3234 error = mac_file_check_lock(kauth_cred_get(), fp->fp_glob, in sys_fcntl_nocancel()
5832 error = mac_file_check_lock(kauth_cred_get(), fp->fp_glob, F_SETLK, &lf); in sys_flock()
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_syscalls.c5006 error = mac_file_check_lock(vfs_context_ucred(ctx), fp->fp_glob, in open1()