Searched refs:xh_count (Results 1 – 2 of 2) sorted by relevance
936 for (i = 0 ; i < le16_to_cpu(header->xh_count); i++) { in ocfs2_xattr_list_entries()963 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) in ocfs2_has_inline_xattr_value_outside()1000 xattr_count = le16_to_cpu(header->xh_count); in ocfs2_xattr_ibody_list()1108 for (i = 0; i < le16_to_cpu(xs->header->xh_count); i++) { in ocfs2_xattr_find_entry()1619 int i, count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_get_free_start()1634 int count = le16_to_cpu(loc->xl_header->xh_count); in ocfs2_xa_block_check_space()1665 int count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_wipe_namevalue()1693 int count = le16_to_cpu(loc->xl_header->xh_count); in ocfs2_xa_block_add_entry()1695 le16_add_cpu(&loc->xl_header->xh_count, 1); in ocfs2_xa_block_add_entry()1797 int count = le16_to_cpu(loc->xl_header->xh_count); in ocfs2_xa_bucket_check_space()[all …]
1011 __le16 xh_count; /* contains the count of how member1029 struct ocfs2_xattr_entry xh_entries[] __counted_by_le(xh_count);