Home
last modified time | relevance | path

Searched refs:posix_acl_xattr_entry (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
Dposix_acl_xattr.h29 } posix_acl_xattr_entry; typedef
33 posix_acl_xattr_entry a_entries[0];
41 (count * sizeof(posix_acl_xattr_entry))); in posix_acl_xattr_size()
50 if (size % sizeof(posix_acl_xattr_entry)) in posix_acl_xattr_count()
52 return size / sizeof(posix_acl_xattr_entry); in posix_acl_xattr_count()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dacl.c79 static inline void lustre_posix_acl_le_to_cpu(posix_acl_xattr_entry *d, in lustre_posix_acl_le_to_cpu()
80 posix_acl_xattr_entry *s) in lustre_posix_acl_le_to_cpu()
87 static inline void lustre_posix_acl_cpu_to_le(posix_acl_xattr_entry *d, in lustre_posix_acl_cpu_to_le()
88 posix_acl_xattr_entry *s) in lustre_posix_acl_cpu_to_le()
201 sizeof(posix_acl_xattr_entry)); in lustre_posix_acl_xattr_filter()
207 sizeof(posix_acl_xattr_entry)); in lustre_posix_acl_xattr_filter()
213 sizeof(posix_acl_xattr_entry)); in lustre_posix_acl_xattr_filter()
258 posix_acl_xattr_entry *entry, int *pos) in lustre_ext_acl_xattr_search()
297 posix_acl_xattr_entry pae; in lustre_acl_xattr_merge2ext()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_acl.h47 LUSTRE_POSIX_ACL_MAX_ENTRIES * sizeof(posix_acl_xattr_entry))
/linux-4.4.14/fs/
Dposix_acl.c603 posix_acl_xattr_entry *entry = (posix_acl_xattr_entry *)(header+1), *end; in posix_acl_fix_xattr_userns()
661 posix_acl_xattr_entry *entry = (posix_acl_xattr_entry *)(header+1), *end; in posix_acl_from_xattr()
730 posix_acl_xattr_entry *ext_entry; in posix_acl_to_xattr()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4006 LASSERTF((int)sizeof(posix_acl_xattr_entry) == 8, "found %lld\n", in lustre_assert_wire_constants()
4007 (long long)(int)sizeof(posix_acl_xattr_entry)); in lustre_assert_wire_constants()
4008 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()
4012 LASSERTF((int)offsetof(posix_acl_xattr_entry, e_perm) == 2, "found %lld\n", in lustre_assert_wire_constants()
4013 (long long)(int)offsetof(posix_acl_xattr_entry, e_perm)); in lustre_assert_wire_constants()
4014 LASSERTF((int)sizeof(((posix_acl_xattr_entry *)0)->e_perm) == 2, "found %lld\n", in lustre_assert_wire_constants()
4015 (long long)(int)sizeof(((posix_acl_xattr_entry *)0)->e_perm)); in lustre_assert_wire_constants()
[all …]
/linux-4.4.14/fs/cifs/
Dcifssmb.c3340 static void cifs_convert_ace(posix_acl_xattr_entry *ace, in cifs_convert_ace()
3412 const posix_acl_xattr_entry *local_ace) in convert_ace_to_cifs_ace()