Searched refs:mac_file_check_lock (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.1.10/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-11215.1.10/bsd/kern/ |
| H A D | kern_descrip.c | 3060 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 D | vfs_syscalls.c | 4710 error = mac_file_check_lock(vfs_context_ucred(ctx), fp->fp_glob, in open1()
|