Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmbacl.h64 struct posix_ace_state_array { struct
80 struct posix_ace_state_array *users; argument
81 struct posix_ace_state_array *groups;
H A Dsmbacl.c351 alloc = sizeof(struct posix_ace_state_array) in init_acl_state()
/linux/fs/nfsd/
H A Dnfs4acl.c441 struct posix_ace_state_array { struct
457 struct posix_ace_state_array *users; argument
458 struct posix_ace_state_array *groups;
472 alloc = sizeof(struct posix_ace_state_array) in init_state()
579 struct posix_ace_state_array *a = state->users; in find_uid()
596 struct posix_ace_state_array *a = state->groups; in find_gid()
611 static void deny_bits_array(struct posix_ace_state_array *a, u32 mask) in deny_bits_array()
619 static void allow_bits_array(struct posix_ace_state_array *a, u32 mask) in allow_bits_array()