Searched refs:posix_count (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | acl.c | 300 int posix_count, posix_size, i, j; in lustre_acl_xattr_merge2posix() local 310 posix_count = 3; in lustre_acl_xattr_merge2posix() 311 posix_size = CFS_ACL_XATTR_SIZE(posix_count, posix_acl_xattr); in lustre_acl_xattr_merge2posix() 360 posix_count = ori_posix_count + ext_count; in lustre_acl_xattr_merge2posix() 362 CFS_ACL_XATTR_SIZE(posix_count, posix_acl_xattr); in lustre_acl_xattr_merge2posix() 396 rc = lustre_posix_acl_xattr_reduce_space(&new, posix_count, j); in lustre_acl_xattr_merge2posix() 419 int ori_ext_count, posix_count, ext_count, ext_size; in lustre_acl_xattr_merge2ext() local 428 posix_count = 0; in lustre_acl_xattr_merge2ext() 430 posix_count = CFS_ACL_XATTR_COUNT(size, posix_acl_xattr); in lustre_acl_xattr_merge2ext() 432 ext_count = posix_count + ori_ext_count; in lustre_acl_xattr_merge2ext() [all …]
|