Lines Matching refs:h_refcount
225 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount));
311 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount));
451 le32_to_cpu(HDR(bh)->h_refcount));
522 if (header->h_refcount == cpu_to_le32(1)) {
543 header->h_refcount = cpu_to_le32(1);
556 header->h_blocks = header->h_refcount = cpu_to_le32(1);
660 if (HDR(bh)->h_refcount == cpu_to_le32(1)) {
691 le32_add_cpu(&HDR(bh)->h_refcount, -1);
696 le32_to_cpu(HDR(bh)->h_refcount));
730 le32_add_cpu(&HDR(new_bh)->h_refcount, 1);
732 le32_to_cpu(HDR(new_bh)->h_refcount));
959 if (le32_to_cpu(HDR(bh)->h_refcount) >
963 le32_to_cpu(HDR(bh)->h_refcount),