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

/xnu-2782.1.97/security/
H A Dmac_file.c187 mac_file_check_lock(struct ucred *cred, struct fileglob *fg, int op, function
H A Dmac_framework.h198 int mac_file_check_lock(kauth_cred_t cred, struct fileglob *fg, int op,
/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c990 error = mac_file_check_lock(proc_ucred(p), fp->f_fglob,
1087 error = mac_file_check_lock(proc_ucred(p), fp->f_fglob,
5140 error = mac_file_check_lock(proc_ucred(p), fp->f_fglob, F_SETLK, &lf);
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c3379 error = mac_file_check_lock(vfs_context_ucred(ctx), fp->f_fglob,

Completed in 104 milliseconds