Home
last modified time | relevance | path

Searched refs:posix_ace_state_array (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dnfs4acl.c434 struct posix_ace_state_array { struct
450 struct posix_ace_state_array *users; argument
451 struct posix_ace_state_array *groups;
466 alloc = sizeof(struct posix_ace_state_array) in init_state()
573 struct posix_ace_state_array *a = state->users; in find_uid()
590 struct posix_ace_state_array *a = state->groups; in find_gid()
605 static void deny_bits_array(struct posix_ace_state_array *a, u32 mask) in deny_bits_array()
613 static void allow_bits_array(struct posix_ace_state_array *a, u32 mask) in allow_bits_array()