Searched refs:acl_e (Results 1 – 1 of 1) sorted by relevance
24 struct posix_acl_entry *acl_e; in posix_acl_from_xattr() local42 acl_e = acl->a_entries; in posix_acl_from_xattr()44 for (end = entry + count; entry != end; acl_e++, entry++) { in posix_acl_from_xattr()45 acl_e->e_tag = le16_to_cpu(entry->e_tag); in posix_acl_from_xattr()46 acl_e->e_perm = le16_to_cpu(entry->e_perm); in posix_acl_from_xattr()48 switch(acl_e->e_tag) { in posix_acl_from_xattr()53 acl_e->e_id = ACL_UNDEFINED_ID; in posix_acl_from_xattr()58 acl_e->e_id = le32_to_cpu(entry->e_id); in posix_acl_from_xattr()