Home
last modified time | relevance | path

Searched defs:l9p_acl_check_args (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/lib9p/common/
H A Dgenacl.h193 struct l9p_acl_check_args { struct
194 uid_t aca_uid; /* the uid that is requesting access */
195 gid_t aca_gid; /* the gid that is requesting access */
196 gid_t *aca_groups; /* the additional group-set, if any */
197 size_t aca_ngroups; /* number of groups in group-set */
198 struct l9p_acl *aca_parent; /* ACLs associated with parent/dir */
199 struct stat *aca_pstat; /* stat data for parent/dir */
200 struct l9p_acl *aca_child; /* ACLs associated with file */
201 struct stat *aca_cstat; /* stat data for file */
202 int aca_aclmode; /* mode checking bits, see below */
[all …]