Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/server/
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.6.21/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;
465 alloc = sizeof(struct posix_ace_state_array) in init_state()
572 struct posix_ace_state_array *a = state->users; in find_uid()
589 struct posix_ace_state_array *a = state->groups; in find_gid()
604 static void deny_bits_array(struct posix_ace_state_array *a, u32 mask) in deny_bits_array()
612 static void allow_bits_array(struct posix_ace_state_array *a, u32 mask) in allow_bits_array()