Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h603 extern errno_t VNOP_REVOKE(vnode_t, int, vfs_context_t);
/xnu-12377.41.6/bsd/kern/
H A Dkern_exit.c2369 VNOP_REVOKE(ttyvp, REVOKEALL, &context); in proc_exit()
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c4179 VNOP_REVOKE(vnode_t vp, int flags, vfs_context_t ctx) in VNOP_REVOKE() function
H A Dvfs_syscalls.c11226 VNOP_REVOKE(vp, REVOKEALL, ctx); in revoke()