Lines Matching refs:posix_acl_state
443 struct posix_acl_state {
455 init_state(struct posix_acl_state *state, int cnt)
459 memset(state, 0, sizeof(struct posix_acl_state));
480 free_state(struct posix_acl_state *state) {
485 static inline void add_to_mask(struct posix_acl_state *state, struct posix_ace_state *astate)
491 posix_state_to_acl(struct posix_acl_state *state, unsigned int flags)
571 static int find_uid(struct posix_acl_state *state, kuid_t uid)
588 static int find_gid(struct posix_acl_state *state, kgid_t gid)
621 static void process_one_v4_ace(struct posix_acl_state *state,
696 struct posix_acl_state effective_acl_state, default_acl_state;