Home
last modified time | relevance | path

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

/xnu-11215/bsd/vfs/
H A Dvfs_subr.c8079 int flags_valid; member
9042 if (vcp->flags_valid & _VAC_IS_OWNER) { in vauth_file_owner()
9048 vcp->flags_valid |= _VAC_IS_OWNER; in vauth_file_owner()
9085 if (vcp->flags_valid & _VAC_IN_GROUP) { in vauth_file_ingroup()
9094 vcp->flags_valid |= _VAC_IN_GROUP; in vauth_file_ingroup()
9110 if (vcp->flags_valid & _VAC_IS_DIR_OWNER) { in vauth_dir_owner()
9116 vcp->flags_valid |= _VAC_IS_DIR_OWNER; in vauth_dir_owner()
9152 if (vcp->flags_valid & _VAC_IN_DIR_GROUP) { in vauth_dir_ingroup()
9161 vcp->flags_valid |= _VAC_IN_DIR_GROUP; in vauth_dir_ingroup()
10121 vcp->flags = vcp->flags_valid = 0; in vnode_authorize_callback_int()
[all …]