search for: richacl_allowed_to_who

Displaying 1 result from an estimated 1 matches for "richacl_allowed_to_who".

2010 Feb 01
1
[PATCH 03/23] vfs: rich ACL in-memory representation and manipulation
...t; + return -EINVAL; > > + > > + ace->u.e_who = who; > > + ace->e_flags |= ACE4_SPECIAL_WHO; > > + ace->e_flags &= ~ACE4_IDENTIFIER_GROUP; > > + return 0; > > +} > > +EXPORT_SYMBOL_GPL(richace_set_who); > > + > > +/** > > + * richacl_allowed_to_who - mask flags allowed to a specific who value > > + * > > + * Computes the mask values allowed to a specific who value, taking > > + * EVERYONE@ entries into account. > > + */ > > +static unsigned int > > +richacl_allowed_to_who(struct richacl *acl, struct richa...