Home
last modified time | relevance | path

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

/linux-6.14.4/fs/smb/server/
Dsmbacl.h64 struct posix_ace_state_array { struct
80 struct posix_ace_state_array *users; argument
81 struct posix_ace_state_array *groups;
Dsmbacl.c351 alloc = sizeof(struct posix_ace_state_array) in init_acl_state()
/linux-6.14.4/fs/nfsd/
Dnfs4acl.c432 struct posix_ace_state_array { struct
448 struct posix_ace_state_array *users; argument
449 struct posix_ace_state_array *groups;
463 alloc = sizeof(struct posix_ace_state_array) in init_state()
570 struct posix_ace_state_array *a = state->users; in find_uid()
587 struct posix_ace_state_array *a = state->groups; in find_gid()
602 static void deny_bits_array(struct posix_ace_state_array *a, u32 mask) in deny_bits_array()
610 static void allow_bits_array(struct posix_ace_state_array *a, u32 mask) in allow_bits_array()