Home | History | Annotate | Download | only in lib

Lines Matching refs:a_flags

164      In the old convention, usually three ACEs have a_flags = ACE_OWNER /
170 if (entries[i].a_flags & (ACE_OWNER | ACE_GROUP | ACE_OTHER))
183 If ace->a_flags = ACE_OWNER, ace->a_who is the st_uid from stat().
184 If ace->a_flags = ACE_GROUP, ace->a_who is the st_gid from stat().
187 && (ace->a_flags == ACE_OWNER
188 || ace->a_flags == ACE_GROUP
189 || ace->a_flags == ACE_OTHER)))
199 && (ace->a_flags == NEW_ACE_OWNER
200 || ace->a_flags
202 || ace->a_flags == ACE_EVERYONE)