Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dacl.c99 int old_size = CFS_ACL_XATTR_SIZE(old_count, posix_acl_xattr); in lustre_posix_acl_xattr_reduce_space()
100 int new_size = CFS_ACL_XATTR_SIZE(new_count, posix_acl_xattr); in lustre_posix_acl_xattr_reduce_space()
120 int ext_size = CFS_ACL_XATTR_SIZE(ext_count, ext_acl_xattr); in lustre_ext_acl_xattr_reduce_space()
150 esize = CFS_ACL_XATTR_SIZE(count, ext_acl_xattr); in lustre_posix_acl_xattr_2ext()
309 ext_size = CFS_ACL_XATTR_SIZE(ext_count, ext_acl_xattr); in lustre_acl_xattr_merge2ext()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_eacl.h67 #define CFS_ACL_XATTR_SIZE(count, prefix) \ macro
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dxattr.c170 size = CFS_ACL_XATTR_SIZE(\ in ll_setxattr_common()