Lines Matching refs:h_refcount
535 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_get()
708 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_list()
1236 ref = le32_to_cpu(BHDR(bh)->h_refcount); in ext4_xattr_release_block()
1261 BHDR(bh)->h_refcount = cpu_to_le32(ref); in ext4_xattr_release_block()
1295 le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_release_block()
1813 le32_to_cpu(BHDR(bs->bh)->h_refcount)); in ext4_xattr_block_find()
1857 if (header(s->base)->h_refcount == cpu_to_le32(1)) { in ext4_xattr_block_set()
1893 header(s->base)->h_refcount = cpu_to_le32(1); in ext4_xattr_block_set()
1936 header(s->base)->h_refcount = cpu_to_le32(1); in ext4_xattr_block_set()
2018 ref = le32_to_cpu(BHDR(new_bh)->h_refcount) + 1; in ext4_xattr_block_set()
2019 BHDR(new_bh)->h_refcount = cpu_to_le32(ref); in ext4_xattr_block_set()
2968 int reusable = le32_to_cpu(header->h_refcount) < in ext4_xattr_block_cache_insert()