Home
last modified time | relevance | path

Searched refs:posix_acl_xattr_header (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_eacl.h75 lustre_posix_acl_xattr_2ext(posix_acl_xattr_header *header, int size);
77 lustre_posix_acl_xattr_filter(posix_acl_xattr_header *header, size_t size,
78 posix_acl_xattr_header **out);
80 lustre_posix_acl_xattr_free(posix_acl_xattr_header *header, int size);
84 lustre_acl_xattr_merge2posix(posix_acl_xattr_header *posix_header, int size,
86 posix_acl_xattr_header **out);
88 lustre_acl_xattr_merge2ext(posix_acl_xattr_header *posix_header, int size,
Dlustre_acl.h46 (sizeof(posix_acl_xattr_header) + \
/linux-4.1.27/include/linux/
Dposix_acl_xattr.h34 } posix_acl_xattr_header; typedef
40 return (sizeof(posix_acl_xattr_header) + in posix_acl_xattr_size()
47 if (size < sizeof(posix_acl_xattr_header)) in posix_acl_xattr_count()
49 size -= sizeof(posix_acl_xattr_header); in posix_acl_xattr_count()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dacl.c97 static int lustre_posix_acl_xattr_reduce_space(posix_acl_xattr_header **header, in lustre_posix_acl_xattr_reduce_space()
102 posix_acl_xattr_header *new; in lustre_posix_acl_xattr_reduce_space()
143 lustre_posix_acl_xattr_2ext(posix_acl_xattr_header *header, int size) in lustre_posix_acl_xattr_2ext()
174 int lustre_posix_acl_xattr_filter(posix_acl_xattr_header *header, size_t size, in lustre_posix_acl_xattr_filter()
175 posix_acl_xattr_header **out) in lustre_posix_acl_xattr_filter()
179 posix_acl_xattr_header *new; in lustre_posix_acl_xattr_filter()
245 void lustre_posix_acl_xattr_free(posix_acl_xattr_header *header, int size) in lustre_posix_acl_xattr_free()
296 int lustre_acl_xattr_merge2posix(posix_acl_xattr_header *posix_header, int size, in lustre_acl_xattr_merge2posix()
298 posix_acl_xattr_header **out) in lustre_acl_xattr_merge2posix()
303 posix_acl_xattr_header *new; in lustre_acl_xattr_merge2posix()
[all …]
/linux-4.1.27/fs/
Dposix_acl.c608 posix_acl_xattr_header *header = (posix_acl_xattr_header *)value; in posix_acl_fix_xattr_userns()
616 if (size < sizeof(posix_acl_xattr_header)) in posix_acl_fix_xattr_userns()
666 posix_acl_xattr_header *header = (posix_acl_xattr_header *)value; in posix_acl_from_xattr()
674 if (size < sizeof(posix_acl_xattr_header)) in posix_acl_from_xattr()
735 posix_acl_xattr_header *ext_acl = (posix_acl_xattr_header *)buffer; in posix_acl_to_xattr()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dxattr.c117 posix_acl_xattr_header *new_value = NULL; in ll_setxattr_common()
165 (posix_acl_xattr_header *)value, in ll_setxattr_common()
179 (posix_acl_xattr_header *)value, in ll_setxattr_common()
430 (posix_acl_xattr_header *)buffer, rc); in ll_getxattr_common()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4024 LASSERTF((int)sizeof(posix_acl_xattr_header) == 4, "found %lld\n", in lustre_assert_wire_constants()
4025 (long long)(int)sizeof(posix_acl_xattr_header)); in lustre_assert_wire_constants()
4026 LASSERTF((int)offsetof(posix_acl_xattr_header, a_version) == 0, "found %lld\n", in lustre_assert_wire_constants()
4027 (long long)(int)offsetof(posix_acl_xattr_header, a_version)); in lustre_assert_wire_constants()
4028 LASSERTF((int)sizeof(((posix_acl_xattr_header *)0)->a_version) == 4, "found %lld\n", in lustre_assert_wire_constants()
4029 (long long)(int)sizeof(((posix_acl_xattr_header *)0)->a_version)); in lustre_assert_wire_constants()
4030 LASSERTF((int)offsetof(posix_acl_xattr_header, a_entries) == 4, "found %lld\n", in lustre_assert_wire_constants()
4031 (long long)(int)offsetof(posix_acl_xattr_header, a_entries)); in lustre_assert_wire_constants()
4032 LASSERTF((int)sizeof(((posix_acl_xattr_header *)0)->a_entries) == 0, "found %lld\n", in lustre_assert_wire_constants()
4033 (long long)(int)sizeof(((posix_acl_xattr_header *)0)->a_entries)); in lustre_assert_wire_constants()
/linux-4.1.27/fs/cifs/
Dcifssmb.c3358 posix_acl_xattr_header *local_acl = (posix_acl_xattr_header *)trgt; in cifs_copy_posix_acl()
3431 posix_acl_xattr_header *local_acl = (posix_acl_xattr_header *)pACL; in ACL_to_cifs_posix()
/linux-4.1.27/fs/btrfs/
Dsend.c4107 posix_acl_xattr_header dummy_acl; in __process_new_xattr()