Searched refs:ae_tag (Results 1 – 2 of 2) sorted by relevance
135 dest_entry->ae_tag = le16_to_cpu(src_entry->e_tag); in posix_acl_xattr_to_xfs()136 switch(dest_entry->ae_tag) { in posix_acl_xattr_to_xfs()169 if (a->ae_tag == b->ae_tag) in xfs_acl_entry_compare()171 return (a->ae_tag - b->ae_tag); in xfs_acl_entry_compare()202 dest_entry->e_tag = cpu_to_le16(src_entry->ae_tag); in posix_acl_xfs_to_xattr()203 switch (src_entry->ae_tag) { in posix_acl_xfs_to_xattr()421 if (fap->acl_entry[i].ae_tag & (ACL_USER_OBJ|ACL_OTHER)) in xfs_acl_find_any_exec()424 if (fap->acl_entry[i].ae_tag == ACL_MASK) in xfs_acl_find_any_exec()487 matched.ae_tag = 0; /* Invalid type */ in xfs_acl_access()495 if (matched.ae_tag == ACL_USER_OBJ) in xfs_acl_access()[all …]
47 xfs_acl_tag_t ae_tag; member