Searched refs:posix_ace_state (Results 1 – 2 of 2) sorted by relevance
159 struct posix_ace_state { struct169 struct posix_ace_state perms; argument183 struct posix_ace_state owner;184 struct posix_ace_state group;185 struct posix_ace_state other;186 struct posix_ace_state everyone;187 struct posix_ace_state mask; /* deny unused in this case */
421 struct posix_ace_state { struct431 struct posix_ace_state perms; argument445 struct posix_ace_state owner;446 struct posix_ace_state group;447 struct posix_ace_state other;448 struct posix_ace_state everyone;449 struct posix_ace_state mask; /* Deny unused in this case */485 static inline void add_to_mask(struct posix_acl_state *state, struct posix_ace_state *astate) in add_to_mask()559 static inline void allow_bits(struct posix_ace_state *astate, u32 mask) in allow_bits()565 static inline void deny_bits(struct posix_ace_state *astate, u32 mask) in deny_bits()
Completed in 5 milliseconds