Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmbacl.h74 struct posix_acl_state { struct
89 int init_acl_state(struct posix_acl_state *state, u16 cnt); argument
90 void free_acl_state(struct posix_acl_state *state);
91 void posix_state_to_acl(struct posix_acl_state *state,
H A Dsmbacl.c300 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, u16 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 Dvfs.c1867 struct posix_acl_state acl_state; in ksmbd_vfs_set_init_posix_acl()