Lines Matching refs:xh_count
932 for (i = 0 ; i < le16_to_cpu(header->xh_count); i++) { in ocfs2_xattr_list_entries()
959 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) in ocfs2_has_inline_xattr_value_outside()
1078 for (i = 0; i < le16_to_cpu(xs->header->xh_count); i++) { in ocfs2_xattr_find_entry()
1580 int i, count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_get_free_start()
1595 int count = le16_to_cpu(loc->xl_header->xh_count); in ocfs2_xa_block_check_space()
1626 int count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_wipe_namevalue()
1654 int count = le16_to_cpu(loc->xl_header->xh_count); in ocfs2_xa_block_add_entry()
1656 le16_add_cpu(&loc->xl_header->xh_count, 1); in ocfs2_xa_block_add_entry()
1758 int count = le16_to_cpu(loc->xl_header->xh_count); in ocfs2_xa_bucket_check_space()
1808 int count = le16_to_cpu(xh->xh_count); in ocfs2_xa_bucket_add_entry()
1835 le16_add_cpu(&xh->xh_count, 1); in ocfs2_xa_bucket_add_entry()
1935 le16_add_cpu(&xh->xh_count, -1); in ocfs2_xa_remove_entry()
1936 count = le16_to_cpu(xh->xh_count); in ocfs2_xa_remove_entry()
2369 for (i = 0; i < le16_to_cpu(header->xh_count); i++) { in ocfs2_remove_value_outside()
3010 for (i = 0; i < le16_to_cpu(xs->header->xh_count); i++) { in ocfs2_xattr_can_be_in_inode()
3760 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { in ocfs2_find_xe_in_bucket()
3862 if (xh->xh_count) in ocfs2_xattr_bucket_find()
3863 xe = &xh->xh_entries[le16_to_cpu(xh->xh_count) - 1]; in ocfs2_xattr_bucket_find()
4028 if (index < 0 || index >= le16_to_cpu(xh->xh_count)) in ocfs2_xattr_bucket_get_name_value()
4048 for (i = 0 ; i < le16_to_cpu(bucket_xh(bucket)->xh_count); i++) { in ocfs2_list_xattr_bucket()
4190 u16 count = le16_to_cpu(xb_xh->xh_count); in ocfs2_cp_xattr_block_to_bucket()
4215 xh->xh_count = xb_xh->xh_count; in ocfs2_cp_xattr_block_to_bucket()
4420 (unsigned long long)blkno, le16_to_cpu(xh->xh_count), in ocfs2_defrag_xattr_bucket()
4428 sort(entries, le16_to_cpu(xh->xh_count), in ocfs2_defrag_xattr_bucket()
4435 for (i = 0; i < le16_to_cpu(xh->xh_count); i++, xe++) { in ocfs2_defrag_xattr_bucket()
4470 sort(entries, le16_to_cpu(xh->xh_count), in ocfs2_defrag_xattr_bucket()
4580 int count = le16_to_cpu(xh->xh_count); in ocfs2_xattr_find_divide_pos()
4682 count = le16_to_cpu(xh->xh_count); in ocfs2_divide_xattr_bucket()
4741 le16_add_cpu(&xh->xh_count, -start); in ocfs2_divide_xattr_bucket()
4746 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { in ocfs2_divide_xattr_bucket()
4777 xh->xh_count = cpu_to_le16(start); in ocfs2_divide_xattr_bucket()
5522 if (xh->xh_entries[le16_to_cpu(xh->xh_count) - 1].xe_name_hash == in ocfs2_check_xattr_bucket_collision()
5665 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { in ocfs2_delete_xattr_in_bucket()
5944 for (i = 0; i < le16_to_cpu(header->xh_count); i++) { in ocfs2_xattr_attach_refcount_normal()
6057 le16_to_cpu(xh->xh_count)); in ocfs2_xattr_bucket_value_refcount()
6058 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { in ocfs2_xattr_bucket_value_refcount()
6220 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { in ocfs2_value_metas_in_xattr_header()
6353 le16_to_cpu(xh->xh_count)); in ocfs2_reflink_xattr_header()
6355 last = &new_xh->xh_entries[le16_to_cpu(new_xh->xh_count)]; in ocfs2_reflink_xattr_header()
6356 for (i = 0, j = 0; i < le16_to_cpu(xh->xh_count); i++, j++) { in ocfs2_reflink_xattr_header()
6362 le16_add_cpu(&new_xh->xh_count, -1); in ocfs2_reflink_xattr_header()
6363 if (new_xh->xh_count) { in ocfs2_reflink_xattr_header()