Lines Matching refs:xh_count

938 	for (i = 0 ; i < le16_to_cpu(header->xh_count); i++) {  in ocfs2_xattr_list_entries()
965 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) in ocfs2_has_inline_xattr_value_outside()
1084 for (i = 0; i < le16_to_cpu(xs->header->xh_count); i++) { in ocfs2_xattr_find_entry()
1586 int i, count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_get_free_start()
1601 int count = le16_to_cpu(loc->xl_header->xh_count); in ocfs2_xa_block_check_space()
1632 int count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_wipe_namevalue()
1660 int count = le16_to_cpu(loc->xl_header->xh_count); in ocfs2_xa_block_add_entry()
1662 le16_add_cpu(&loc->xl_header->xh_count, 1); in ocfs2_xa_block_add_entry()
1764 int count = le16_to_cpu(loc->xl_header->xh_count); in ocfs2_xa_bucket_check_space()
1814 int count = le16_to_cpu(xh->xh_count); in ocfs2_xa_bucket_add_entry()
1841 le16_add_cpu(&xh->xh_count, 1); in ocfs2_xa_bucket_add_entry()
1941 le16_add_cpu(&xh->xh_count, -1); in ocfs2_xa_remove_entry()
1942 count = le16_to_cpu(xh->xh_count); in ocfs2_xa_remove_entry()
2375 for (i = 0; i < le16_to_cpu(header->xh_count); i++) { in ocfs2_remove_value_outside()
3016 for (i = 0; i < le16_to_cpu(xs->header->xh_count); i++) { in ocfs2_xattr_can_be_in_inode()
3766 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { in ocfs2_find_xe_in_bucket()
3868 if (xh->xh_count) in ocfs2_xattr_bucket_find()
3869 xe = &xh->xh_entries[le16_to_cpu(xh->xh_count) - 1]; in ocfs2_xattr_bucket_find()
4034 if (index < 0 || index >= le16_to_cpu(xh->xh_count)) in ocfs2_xattr_bucket_get_name_value()
4054 for (i = 0 ; i < le16_to_cpu(bucket_xh(bucket)->xh_count); i++) { in ocfs2_list_xattr_bucket()
4196 u16 count = le16_to_cpu(xb_xh->xh_count); in ocfs2_cp_xattr_block_to_bucket()
4221 xh->xh_count = xb_xh->xh_count; in ocfs2_cp_xattr_block_to_bucket()
4426 (unsigned long long)blkno, le16_to_cpu(xh->xh_count), in ocfs2_defrag_xattr_bucket()
4434 sort(entries, le16_to_cpu(xh->xh_count), in ocfs2_defrag_xattr_bucket()
4441 for (i = 0; i < le16_to_cpu(xh->xh_count); i++, xe++) { in ocfs2_defrag_xattr_bucket()
4476 sort(entries, le16_to_cpu(xh->xh_count), in ocfs2_defrag_xattr_bucket()
4586 int count = le16_to_cpu(xh->xh_count); in ocfs2_xattr_find_divide_pos()
4688 count = le16_to_cpu(xh->xh_count); in ocfs2_divide_xattr_bucket()
4747 le16_add_cpu(&xh->xh_count, -start); in ocfs2_divide_xattr_bucket()
4752 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { in ocfs2_divide_xattr_bucket()
4783 xh->xh_count = cpu_to_le16(start); in ocfs2_divide_xattr_bucket()
5528 if (xh->xh_entries[le16_to_cpu(xh->xh_count) - 1].xe_name_hash == in ocfs2_check_xattr_bucket_collision()
5671 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { in ocfs2_delete_xattr_in_bucket()
5950 for (i = 0; i < le16_to_cpu(header->xh_count); i++) { in ocfs2_xattr_attach_refcount_normal()
6063 le16_to_cpu(xh->xh_count)); in ocfs2_xattr_bucket_value_refcount()
6064 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { in ocfs2_xattr_bucket_value_refcount()
6226 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { in ocfs2_value_metas_in_xattr_header()
6359 le16_to_cpu(xh->xh_count)); in ocfs2_reflink_xattr_header()
6361 last = &new_xh->xh_entries[le16_to_cpu(new_xh->xh_count)]; in ocfs2_reflink_xattr_header()
6362 for (i = 0, j = 0; i < le16_to_cpu(xh->xh_count); i++, j++) { in ocfs2_reflink_xattr_header()
6368 le16_add_cpu(&new_xh->xh_count, -1); in ocfs2_reflink_xattr_header()
6369 if (new_xh->xh_count) { in ocfs2_reflink_xattr_header()