Home
last modified time | relevance | path

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

/xnu-11215/security/
H A Dmac_framework.h530 int mac_vnode_check_truncate(vfs_context_t ctx,
H A Dmac_vfs.c2051 mac_vnode_check_truncate(vfs_context_t ctx, struct ucred *file_cred, in mac_vnode_check_truncate() function
/xnu-11215/bsd/nfs/
H A Dnfs_serv.c605 error = mac_vnode_check_truncate(ctx, NOCRED, vp); in nfsrv_setattr()
2258 error = mac_vnode_check_truncate(ctx, NOCRED, vp); in nfsrv_create()
/xnu-11215/bsd/kern/
H A Dkern_descrip.c3514 error = mac_vnode_check_truncate(&context, in sys_fcntl_nocancel()
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c8395 error = mac_vnode_check_truncate(ctx, cred, vp); in truncate_internal()