Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dfsevents.h187 int test_fse_access_granted(vnode_t vp, unsigned long type, vfs_context_t);
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_fsevents.c1150 test_fse_access_granted(vnode_t vp, unsigned long type, vfs_context_t ctx) in test_fse_access_granted() function
H A Dvfs_syscalls.c13480 error = test_fse_access_granted(vp, (unsigned long)udata, ctx); in fsctl_internal()