Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dacl.c100 int old_size = CFS_ACL_XATTR_SIZE(old_count, posix_acl_xattr); in lustre_posix_acl_xattr_reduce_space()
101 int new_size = CFS_ACL_XATTR_SIZE(new_count, posix_acl_xattr); in lustre_posix_acl_xattr_reduce_space()
122 int ext_size = CFS_ACL_XATTR_SIZE(ext_count, ext_acl_xattr); in lustre_ext_acl_xattr_reduce_space()
123 int old_size = CFS_ACL_XATTR_SIZE(old_count, ext_acl_xattr); in lustre_ext_acl_xattr_reduce_space()
154 esize = CFS_ACL_XATTR_SIZE(count, ext_acl_xattr); in lustre_posix_acl_xattr_2ext()
256 OBD_FREE(header, CFS_ACL_XATTR_SIZE(le32_to_cpu(header->a_count), \ in lustre_ext_acl_xattr_free()
311 posix_size = CFS_ACL_XATTR_SIZE(posix_count, posix_acl_xattr); in lustre_acl_xattr_merge2posix()
362 CFS_ACL_XATTR_SIZE(posix_count, posix_acl_xattr); in lustre_acl_xattr_merge2posix()
433 ext_size = CFS_ACL_XATTR_SIZE(ext_count, ext_acl_xattr); in lustre_acl_xattr_merge2ext()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_eacl.h67 #define CFS_ACL_XATTR_SIZE(count, prefix) \ macro
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dxattr.c171 size = CFS_ACL_XATTR_SIZE(\ in ll_setxattr_common()