Searched defs:l9p_acl_check_args (Results 1 – 1 of 1) sorted by relevance
188 struct l9p_acl_check_args { struct189 uid_t aca_uid; /* the uid that is requesting access */190 gid_t aca_gid; /* the gid that is requesting access */191 gid_t *aca_groups; /* the additional group-set, if any */192 size_t aca_ngroups; /* number of groups in group-set */193 struct l9p_acl *aca_parent; /* ACLs associated with parent/dir */194 struct stat *aca_pstat; /* stat data for parent/dir */195 struct l9p_acl *aca_child; /* ACLs associated with file */196 struct stat *aca_cstat; /* stat data for file */197 int aca_aclmode; /* mode checking bits, see below */[all …]