Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ksmbd/
Dsmbacl.h173 struct posix_ace_state_array { struct
189 struct posix_ace_state_array *users; argument
190 struct posix_ace_state_array *groups;
Dsmbacl.c346 alloc = sizeof(struct posix_ace_state_array) in init_acl_state()
/linux-6.1.9/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()