Searched refs:posix_acl_xattr_header (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_eacl.h | 74 lustre_posix_acl_xattr_2ext(posix_acl_xattr_header *header, int size); 76 lustre_posix_acl_xattr_filter(posix_acl_xattr_header *header, size_t size, 77 posix_acl_xattr_header **out); 79 lustre_posix_acl_xattr_free(posix_acl_xattr_header *header, int size); 83 lustre_acl_xattr_merge2ext(posix_acl_xattr_header *posix_header, int size,
|
D | lustre_acl.h | 46 (sizeof(posix_acl_xattr_header) + \
|
/linux-4.4.14/include/linux/ |
D | posix_acl_xattr.h | 34 } 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.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | acl.c | 96 static int lustre_posix_acl_xattr_reduce_space(posix_acl_xattr_header **header, in lustre_posix_acl_xattr_reduce_space() 101 posix_acl_xattr_header *new; in lustre_posix_acl_xattr_reduce_space() 139 lustre_posix_acl_xattr_2ext(posix_acl_xattr_header *header, int size) in lustre_posix_acl_xattr_2ext() 170 int lustre_posix_acl_xattr_filter(posix_acl_xattr_header *header, size_t size, in lustre_posix_acl_xattr_filter() 171 posix_acl_xattr_header **out) in lustre_posix_acl_xattr_filter() 175 posix_acl_xattr_header *new; in lustre_posix_acl_xattr_filter() 241 void lustre_posix_acl_xattr_free(posix_acl_xattr_header *header, int size) in lustre_posix_acl_xattr_free() 292 lustre_acl_xattr_merge2ext(posix_acl_xattr_header *posix_header, int size, in lustre_acl_xattr_merge2ext()
|
/linux-4.4.14/fs/ |
D | posix_acl.c | 602 posix_acl_xattr_header *header = (posix_acl_xattr_header *)value; in posix_acl_fix_xattr_userns() 610 if (size < sizeof(posix_acl_xattr_header)) in posix_acl_fix_xattr_userns() 660 posix_acl_xattr_header *header = (posix_acl_xattr_header *)value; in posix_acl_from_xattr() 668 if (size < sizeof(posix_acl_xattr_header)) in posix_acl_from_xattr() 729 posix_acl_xattr_header *ext_acl = (posix_acl_xattr_header *)buffer; in posix_acl_to_xattr()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | xattr.c | 116 posix_acl_xattr_header *new_value = NULL; in ll_setxattr_common() 164 (posix_acl_xattr_header *)value, in ll_setxattr_common() 178 (posix_acl_xattr_header *)value, in ll_setxattr_common() 425 (posix_acl_xattr_header *)buffer, rc); in ll_getxattr_common()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 4022 LASSERTF((int)sizeof(posix_acl_xattr_header) == 4, "found %lld\n", in lustre_assert_wire_constants() 4023 (long long)(int)sizeof(posix_acl_xattr_header)); in lustre_assert_wire_constants() 4024 LASSERTF((int)offsetof(posix_acl_xattr_header, a_version) == 0, "found %lld\n", in lustre_assert_wire_constants() 4025 (long long)(int)offsetof(posix_acl_xattr_header, a_version)); in lustre_assert_wire_constants() 4026 LASSERTF((int)sizeof(((posix_acl_xattr_header *)0)->a_version) == 4, "found %lld\n", in lustre_assert_wire_constants() 4027 (long long)(int)sizeof(((posix_acl_xattr_header *)0)->a_version)); in lustre_assert_wire_constants() 4028 LASSERTF((int)offsetof(posix_acl_xattr_header, a_entries) == 4, "found %lld\n", in lustre_assert_wire_constants() 4029 (long long)(int)offsetof(posix_acl_xattr_header, a_entries)); in lustre_assert_wire_constants() 4030 LASSERTF((int)sizeof(((posix_acl_xattr_header *)0)->a_entries) == 0, "found %lld\n", in lustre_assert_wire_constants() 4031 (long long)(int)sizeof(((posix_acl_xattr_header *)0)->a_entries)); in lustre_assert_wire_constants()
|
/linux-4.4.14/fs/cifs/ |
D | cifssmb.c | 3364 posix_acl_xattr_header *local_acl = (posix_acl_xattr_header *)trgt; in cifs_copy_posix_acl() 3437 posix_acl_xattr_header *local_acl = (posix_acl_xattr_header *)pACL; in ACL_to_cifs_posix()
|
/linux-4.4.14/fs/btrfs/ |
D | send.c | 4187 posix_acl_xattr_header dummy_acl; in __process_new_xattr()
|