Home
last modified time | relevance | path

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

/xnu-11215/bsd/vfs/
H A Dvfs_subr.c8066 static kauth_scope_t vnode_scope; variable
8090 vnode_scope = kauth_register_scope(KAUTH_SCOPE_VNODE, vnode_authorize_callback, NULL); in vnode_authorize_init()
8896 result = kauth_authorize_action(vnode_scope, vfs_context_ucred(ctx), action, in vnode_authorize()