Searched defs:acl_info (Results 1 – 3 of 3) sorted by relevance
49 struct acl_info { struct50 zfs_acl_type_t acl_type; /* style of acl */51 int acl_cnt; /* number of acl entries */52 int acl_entry_size; /* sizeof acl entry */53 int acl_flags; /* special flags about acl */54 void *acl_aclp; /* the acl */
48 struct acl_info { struct49 zfs_acl_type_t acl_type; /* style of acl */50 int acl_cnt; /* number of acl entries */51 int acl_entry_size; /* sizeof acl entry */52 int acl_flags; /* special flags about acl */53 void *acl_aclp; /* the acl */
48 struct acl_info { struct49 acl_type_t acl_type; /* style of acl */50 int acl_cnt; /* number of acl entries */51 int acl_entry_size; /* sizeof acl entry */52 int acl_flags; /* special flags about acl */53 void *acl_aclp; /* the acl */