Searched refs:mac_file_check_lock (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.101.15/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-10063.101.15/bsd/kern/ |
| H A D | kern_descrip.c | 3042 error = mac_file_check_lock(kauth_cred_get(), fp->fp_glob, in sys_fcntl_nocancel() 3196 error = mac_file_check_lock(kauth_cred_get(), fp->fp_glob, in sys_fcntl_nocancel() 5755 error = mac_file_check_lock(kauth_cred_get(), fp->fp_glob, F_SETLK, &lf); in sys_flock()
|
| /xnu-10063.101.15/bsd/vfs/ |
| H A D | vfs_syscalls.c | 4637 error = mac_file_check_lock(vfs_context_ucred(ctx), fp->fp_glob, in open1()
|