Home
last modified time | relevance | path

Searched refs:mac_vnode_check_write (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/bsd/vfs/
H A Dvfs_vnops.c1003 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 Dmac_framework.h537 int mac_vnode_check_write(vfs_context_t ctx,
H A Dmac_vfs.c2076 mac_vnode_check_write(vfs_context_t ctx, struct ucred *file_cred, in mac_vnode_check_write() function
/xnu-11215/bsd/kern/
H A Dkern_descrip.c3359 if ((error = mac_vnode_check_write(&context, fp->fp_glob->fg_cred, vp))) { in sys_fcntl_nocancel()
/xnu-11215/bsd/nfs/
H A Dnfs_serv.c1400 error = mac_vnode_check_write(ctx, vfs_context_ucred(ctx), vp); in nfsrv_write()