Lines Matching refs:h_refcount
533 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_get()
706 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_list()
1254 ref = le32_to_cpu(BHDR(bh)->h_refcount); in ext4_xattr_release_block()
1279 BHDR(bh)->h_refcount = cpu_to_le32(ref); in ext4_xattr_release_block()
1313 le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_release_block()
1827 le32_to_cpu(BHDR(bs->bh)->h_refcount)); in ext4_xattr_block_find()
1871 if (header(s->base)->h_refcount == cpu_to_le32(1)) { in ext4_xattr_block_set()
1907 header(s->base)->h_refcount = cpu_to_le32(1); in ext4_xattr_block_set()
1950 header(s->base)->h_refcount = cpu_to_le32(1); in ext4_xattr_block_set()
2032 ref = le32_to_cpu(BHDR(new_bh)->h_refcount) + 1; in ext4_xattr_block_set()
2033 BHDR(new_bh)->h_refcount = cpu_to_le32(ref); in ext4_xattr_block_set()
2979 int reusable = le32_to_cpu(header->h_refcount) < in ext4_xattr_block_cache_insert()