Searched refs:mac_file_check_lock (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.81.4/security/ |
| H A D | mac_file.c | 144 mac_file_check_lock(struct ucred *cred, struct fileglob *fg, int op, in mac_file_check_lock() function
|
| H A D | mac_framework.h | 201 int mac_file_check_lock(kauth_cred_t cred, struct fileglob *fg, int op,
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | kern_descrip.c | 3080 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 D | vfs_syscalls.c | 5006 error = mac_file_check_lock(vfs_context_ucred(ctx), fp->fp_glob, in open1()
|