Searched refs:posix_acl_state (Results 1 - 1 of 1) sorted by relevance

/fs/nfsd/
H A Dnfs4acl.c455 struct posix_acl_state { struct
467 init_state(struct posix_acl_state *state, int cnt)
471 memset(state, 0, sizeof(struct posix_acl_state));
492 free_state(struct posix_acl_state *state) {
497 static inline void add_to_mask(struct posix_acl_state *state, struct posix_ace_state *astate)
533 posix_state_to_acl(struct posix_acl_state *state, unsigned int flags)
631 static int find_uid(struct posix_acl_state *state, kuid_t uid)
648 static int find_gid(struct posix_acl_state *state, kgid_t gid)
681 static void process_one_v4_ace(struct posix_acl_state *state,
756 struct posix_acl_state effective_acl_stat
[all...]

Completed in 52 milliseconds