search for: richace_group_who

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

2010 Feb 01
1
[PATCH 03/23] vfs: rich ACL in-memory representation and manipulation
...se the > > + * pointer values of these constants in ace->u.e_who to avoid massive > > + * amounts of string comparisons. > > + */ > > + > > +const char richace_owner_who[] = "OWNER@"; > > +EXPORT_SYMBOL_GPL(richace_owner_who); > > +const char richace_group_who[] = "GROUP@"; > > +EXPORT_SYMBOL_GPL(richace_group_who); > > +const char richace_everyone_who[] = "EVERYONE@"; > > +EXPORT_SYMBOL_GPL(richace_everyone_who); > > <snip> > > > +/* > > + * richace_is_same_who - do both acl entries...