Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_subr.c9142 vauth_file_owner(vauth_ctx vcp) in vauth_file_owner() argument
9146 if (vcp->flags_valid & _VAC_IS_OWNER) { in vauth_file_owner()
9147 result = (vcp->flags & _VAC_IS_OWNER) ? 1 : 0; in vauth_file_owner()
9149 result = vauth_node_owner(vcp->vap, vcp->ctx->vc_ucred); in vauth_file_owner()
9152 vcp->flags_valid |= _VAC_IS_OWNER; in vauth_file_owner()
9154 vcp->flags |= _VAC_IS_OWNER; in vauth_file_owner()
9156 vcp->flags &= ~_VAC_IS_OWNER; in vauth_file_owner()
9184 vauth_file_ingroup(vauth_ctx vcp, int *ismember, int idontknow) in vauth_file_ingroup() argument
9189 if (vcp->flags_valid & _VAC_IN_GROUP) { in vauth_file_ingroup()
9190 *ismember = (vcp->flags & _VAC_IN_GROUP) ? 1 : 0; in vauth_file_ingroup()
[all …]