Home
last modified time | relevance | path

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

/xnu-11215/security/
H A Dmac_framework.h515 int mac_vnode_check_setutimes(vfs_context_t ctx, struct vnode *vp,
H A Dmac_vfs.c1980 mac_vnode_check_setutimes(vfs_context_t ctx, struct vnode *vp, in mac_vnode_check_setutimes() function
/xnu-11215/bsd/nfs/
H A Dnfs_serv.c612 error = mac_vnode_check_setutimes(ctx, vp, in nfsrv_setattr()
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c8245 error = mac_vnode_check_setutimes(ctx, vp, ts[0], ts[1]); in setutimes()