Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_subr.c8124 int flags_valid; member
9146 if (vcp->flags_valid & _VAC_IS_OWNER) { in vauth_file_owner()
9152 vcp->flags_valid |= _VAC_IS_OWNER; in vauth_file_owner()
9189 if (vcp->flags_valid & _VAC_IN_GROUP) { in vauth_file_ingroup()
9198 vcp->flags_valid |= _VAC_IN_GROUP; in vauth_file_ingroup()
9214 if (vcp->flags_valid & _VAC_IS_DIR_OWNER) { in vauth_dir_owner()
9220 vcp->flags_valid |= _VAC_IS_DIR_OWNER; in vauth_dir_owner()
9256 if (vcp->flags_valid & _VAC_IN_DIR_GROUP) { in vauth_dir_ingroup()
9265 vcp->flags_valid |= _VAC_IN_DIR_GROUP; in vauth_dir_ingroup()
10237 vcp->flags = vcp->flags_valid = 0; in vnode_authorize_callback_int()
[all …]