Searched refs:posix_acl_state (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/smb/server/ |
H A D | smbacl.h | 183 struct posix_acl_state { struct 198 int init_acl_state(struct posix_acl_state *state, int cnt); argument 199 void free_acl_state(struct posix_acl_state *state); 200 void posix_state_to_acl(struct posix_acl_state *state,
|
H A D | smbacl.c | 300 void posix_state_to_acl(struct posix_acl_state *state, in posix_state_to_acl() 336 int init_acl_state(struct posix_acl_state *state, int cnt) in init_acl_state() 340 memset(state, 0, sizeof(struct posix_acl_state)); in init_acl_state() 359 void free_acl_state(struct posix_acl_state *state) in free_acl_state() 376 struct posix_acl_state acl_state, default_acl_state; in parse_dacl()
|
H A D | vfs.c | 1868 struct posix_acl_state acl_state; in ksmbd_vfs_set_init_posix_acl()
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4acl.c | 443 struct posix_acl_state { struct 455 init_state(struct posix_acl_state *state, int cnt) in init_state() argument 459 memset(state, 0, sizeof(struct posix_acl_state)); in init_state() 479 free_state(struct posix_acl_state *state) { in free_state() 484 static inline void add_to_mask(struct posix_acl_state *state, struct posix_ace_state *astate) in add_to_mask() 490 posix_state_to_acl(struct posix_acl_state *state, unsigned int flags) in posix_state_to_acl() 570 static int find_uid(struct posix_acl_state *state, kuid_t uid) in find_uid() 587 static int find_gid(struct posix_acl_state *state, kgid_t gid) in find_gid() 620 static void process_one_v4_ace(struct posix_acl_state *state, in process_one_v4_ace() 696 struct posix_acl_state effective_acl_state, default_acl_state; in nfs4_acl_nfsv4_to_posix()
|