Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Dgenacl.h188 struct l9p_acl_check_args { struct
189 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 …]