Home
last modified time | relevance | path

Searched refs:test_fse_access_granted (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/bsd/sys/
H A Dfsevents.h176 int test_fse_access_granted(vnode_t vp, unsigned long type, vfs_context_t);
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_fsevents.c1092 test_fse_access_granted(vnode_t vp, unsigned long type, vfs_context_t ctx) in test_fse_access_granted() function
H A Dvfs_syscalls.c12796 error = test_fse_access_granted(vp, (unsigned long)udata, ctx); in fsctl_internal()