Home
last modified time | relevance | path

Searched refs:e_tag (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dacl.c64 d->e_tag = le16_to_cpu(s->e_tag); in lustre_ext_acl_le_to_cpu()
73 d->e_tag = cpu_to_le16(s->e_tag); in lustre_ext_acl_cpu_to_le()
82 d->e_tag = le16_to_cpu(s->e_tag); in lustre_posix_acl_le_to_cpu()
90 d->e_tag = cpu_to_le16(s->e_tag); in lustre_posix_acl_cpu_to_le()
157 new->a_entries[i].e_tag = header->a_entries[i].e_tag; in lustre_posix_acl_xattr_2ext()
190 switch (le16_to_cpu(header->a_entries[i].e_tag)) { in lustre_posix_acl_xattr_filter()
268 if (header->a_entries[i].e_tag == entry->e_tag && in lustre_ext_acl_xattr_search()
317 switch (pae.e_tag) { in lustre_acl_xattr_merge2ext()
331 new->a_entries[j].e_tag = in lustre_acl_xattr_merge2ext()
332 posix_header->a_entries[i].e_tag; in lustre_acl_xattr_merge2ext()
[all …]
/drivers/staging/lustre/lustre/include/
Dlustre_eacl.h56 __u16 e_tag; member
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4008 LASSERTF((int)offsetof(posix_acl_xattr_entry, e_tag) == 0, "found %lld\n", in lustre_assert_wire_constants()
4009 (long long)(int)offsetof(posix_acl_xattr_entry, e_tag)); in lustre_assert_wire_constants()
4010 LASSERTF((int)sizeof(((posix_acl_xattr_entry *)0)->e_tag) == 2, "found %lld\n", in lustre_assert_wire_constants()
4011 (long long)(int)sizeof(((posix_acl_xattr_entry *)0)->e_tag)); in lustre_assert_wire_constants()