Searched refs:posix_acl_xattr_header (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_eacl.h | 75 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,
|
D | lustre_acl.h | 46 (sizeof(posix_acl_xattr_header) + \
|
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | acl.c | 97 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/ |
D | posix_acl.c | 608 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/ |
D | xattr.c | 117 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/ |
D | wiretest.c | 4024 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/ |
D | cifssmb.c | 3358 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/ |
D | send.c | 4107 posix_acl_xattr_header dummy_acl; in __process_new_xattr()
|