Lines Matching refs:h_refcount
596 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_get()
765 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_list()
1288 ref = le32_to_cpu(BHDR(bh)->h_refcount); in ext4_xattr_release_block()
1322 BHDR(bh)->h_refcount = cpu_to_le32(ref); in ext4_xattr_release_block()
1356 le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_release_block()
1878 le32_to_cpu(BHDR(bs->bh)->h_refcount)); in ext4_xattr_block_find()
1938 if (header(s->base)->h_refcount == cpu_to_le32(1)) { in ext4_xattr_block_set()
1983 header(s->base)->h_refcount = cpu_to_le32(1); in ext4_xattr_block_set()
2024 header(s->base)->h_refcount = cpu_to_le32(1); in ext4_xattr_block_set()
2076 ref = le32_to_cpu(BHDR(new_bh)->h_refcount) + 1; in ext4_xattr_block_set()
2092 BHDR(new_bh)->h_refcount = cpu_to_le32(ref); in ext4_xattr_block_set()
3040 int reusable = le32_to_cpu(header->h_refcount) < in ext4_xattr_block_cache_insert()