Lines Matching refs:xh_count

919 	for (i = 0 ; i < le16_to_cpu(header->xh_count); i++) {  in ocfs2_xattr_list_entries()
949 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) in ocfs2_has_inline_xattr_value_outside()
1068 for (i = 0; i < le16_to_cpu(xs->header->xh_count); i++) { in ocfs2_xattr_find_entry()
1569 int i, count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_get_free_start()
1584 int count = le16_to_cpu(loc->xl_header->xh_count); in ocfs2_xa_block_check_space()
1615 int count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_wipe_namevalue()
1643 int count = le16_to_cpu(loc->xl_header->xh_count); in ocfs2_xa_block_add_entry()
1645 le16_add_cpu(&loc->xl_header->xh_count, 1); in ocfs2_xa_block_add_entry()
1747 int count = le16_to_cpu(loc->xl_header->xh_count); in ocfs2_xa_bucket_check_space()
1797 int count = le16_to_cpu(xh->xh_count); in ocfs2_xa_bucket_add_entry()
1824 le16_add_cpu(&xh->xh_count, 1); in ocfs2_xa_bucket_add_entry()
1924 le16_add_cpu(&xh->xh_count, -1); in ocfs2_xa_remove_entry()
1925 count = le16_to_cpu(xh->xh_count); in ocfs2_xa_remove_entry()
2358 for (i = 0; i < le16_to_cpu(header->xh_count); i++) { in ocfs2_remove_value_outside()
2999 for (i = 0; i < le16_to_cpu(xs->header->xh_count); i++) { in ocfs2_xattr_can_be_in_inode()
3747 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { in ocfs2_find_xe_in_bucket()
3850 if (xh->xh_count) in ocfs2_xattr_bucket_find()
3851 xe = &xh->xh_entries[le16_to_cpu(xh->xh_count) - 1]; in ocfs2_xattr_bucket_find()
4018 if (index < 0 || index >= le16_to_cpu(xh->xh_count)) in ocfs2_xattr_bucket_get_name_value()
4038 for (i = 0 ; i < le16_to_cpu(bucket_xh(bucket)->xh_count); i++) { in ocfs2_list_xattr_bucket()
4182 u16 count = le16_to_cpu(xb_xh->xh_count); in ocfs2_cp_xattr_block_to_bucket()
4207 xh->xh_count = xb_xh->xh_count; in ocfs2_cp_xattr_block_to_bucket()
4412 (unsigned long long)blkno, le16_to_cpu(xh->xh_count), in ocfs2_defrag_xattr_bucket()
4420 sort(entries, le16_to_cpu(xh->xh_count), in ocfs2_defrag_xattr_bucket()
4427 for (i = 0; i < le16_to_cpu(xh->xh_count); i++, xe++) { in ocfs2_defrag_xattr_bucket()
4462 sort(entries, le16_to_cpu(xh->xh_count), in ocfs2_defrag_xattr_bucket()
4572 int count = le16_to_cpu(xh->xh_count); in ocfs2_xattr_find_divide_pos()
4674 count = le16_to_cpu(xh->xh_count); in ocfs2_divide_xattr_bucket()
4733 le16_add_cpu(&xh->xh_count, -start); in ocfs2_divide_xattr_bucket()
4738 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { in ocfs2_divide_xattr_bucket()
4769 xh->xh_count = cpu_to_le16(start); in ocfs2_divide_xattr_bucket()
5514 if (xh->xh_entries[le16_to_cpu(xh->xh_count) - 1].xe_name_hash == in ocfs2_check_xattr_bucket_collision()
5657 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { in ocfs2_delete_xattr_in_bucket()
5936 for (i = 0; i < le16_to_cpu(header->xh_count); i++) { in ocfs2_xattr_attach_refcount_normal()
6049 le16_to_cpu(xh->xh_count)); in ocfs2_xattr_bucket_value_refcount()
6050 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { in ocfs2_xattr_bucket_value_refcount()
6212 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { in ocfs2_value_metas_in_xattr_header()
6345 le16_to_cpu(xh->xh_count)); in ocfs2_reflink_xattr_header()
6347 last = &new_xh->xh_entries[le16_to_cpu(new_xh->xh_count)]; in ocfs2_reflink_xattr_header()
6348 for (i = 0, j = 0; i < le16_to_cpu(xh->xh_count); i++, j++) { in ocfs2_reflink_xattr_header()
6354 le16_add_cpu(&new_xh->xh_count, -1); in ocfs2_reflink_xattr_header()
6355 if (new_xh->xh_count) { in ocfs2_reflink_xattr_header()