Searched refs:mac_vnode_check_write (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_vnops.c | 1003 error = mac_vnode_check_write(&context, cred, vp); in vn_rdwr_64() 1250 error = mac_vnode_check_write(ctx, vfs_context_ucred(ctx), vp); in vn_write()
|
| /xnu-11215/security/ |
| H A D | mac_framework.h | 537 int mac_vnode_check_write(vfs_context_t ctx,
|
| H A D | mac_vfs.c | 2076 mac_vnode_check_write(vfs_context_t ctx, struct ucred *file_cred, in mac_vnode_check_write() function
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_descrip.c | 3359 if ((error = mac_vnode_check_write(&context, fp->fp_glob->fg_cred, vp))) { in sys_fcntl_nocancel()
|
| /xnu-11215/bsd/nfs/ |
| H A D | nfs_serv.c | 1400 error = mac_vnode_check_write(ctx, vfs_context_ucred(ctx), vp); in nfsrv_write()
|