Lines Matching refs:le32_to_cpu
207 le32_to_cpu(entry->e_value_size) > end)) in ext4_xattr_check_names()
238 size_t value_size = le32_to_cpu(entry->e_value_size); in ext4_xattr_check_entry()
295 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_get()
310 size = le32_to_cpu(entry->e_value_size); in ext4_xattr_block_get()
353 size = le32_to_cpu(entry->e_value_size); in ext4_xattr_ibody_get()
444 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_list()
591 le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_release_block()
635 size_t size = le32_to_cpu(s->here->e_value_size); in ext4_xattr_set_entry()
661 le32_to_cpu(s->here->e_value_size)); in ext4_xattr_set_entry()
750 le32_to_cpu(BHDR(bs->bh)->h_refcount)); in ext4_xattr_block_find()
887 le32_to_cpu(BHDR(new_bh)->h_refcount)); in ext4_xattr_block_set()
1243 BUG_ON(new_offs + le32_to_cpu(last->e_value_size) in ext4_xattr_shift_entries()
1367 EXT4_XATTR_SIZE(le32_to_cpu(last->e_value_size)) + in ext4_expand_extra_isize_ea()
1397 size = le32_to_cpu(entry->e_value_size); in ext4_expand_extra_isize_ea()
1534 __u32 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext4_xattr_cache_insert()
1585 le32_to_cpu(entry1->e_value_size))) in ext4_xattr_cmp()
1608 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_cache_find()
1630 } else if (le32_to_cpu(BHDR(bh)->h_refcount) >= in ext4_xattr_cache_find()
1634 le32_to_cpu(BHDR(bh)->h_refcount), in ext4_xattr_cache_find()
1670 for (n = (le32_to_cpu(entry->e_value_size) + in ext4_xattr_hash_entry()
1674 le32_to_cpu(*value++); in ext4_xattr_hash_entry()
1706 le32_to_cpu(here->e_hash); in ext4_xattr_rehash()