Home
last modified time | relevance | path

Searched refs:mac_vnode_check_read (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/vfs/
H A Dvfs_vnops.c1001 error = mac_vnode_check_read(&context, cred, vp); in vn_rdwr_64()
1076 error = mac_vnode_check_read(ctx, vfs_context_ucred(ctx), vp); in vn_read_common()
/xnu-11215/security/
H A Dmac_framework.h488 int mac_vnode_check_read(vfs_context_t ctx,
H A Dmac_vfs.c1643 mac_vnode_check_read(vfs_context_t ctx, struct ucred *file_cred, in mac_vnode_check_read() function
/xnu-11215/bsd/nfs/
H A Dnfs_serv.c985 error = mac_vnode_check_read(ctx, vfs_context_ucred(ctx), vp); in nfsrv_read()