Lines Matching refs:refc
96 irec->rc_startblock = be32_to_cpu(rec->refc.rc_startblock);
97 irec->rc_blockcount = be32_to_cpu(rec->refc.rc_blockcount);
98 irec->rc_refcount = be32_to_cpu(rec->refc.rc_refcount);
173 rec.refc.rc_startblock = cpu_to_be32(irec->rc_startblock);
174 rec.refc.rc_blockcount = cpu_to_be32(irec->rc_blockcount);
175 rec.refc.rc_refcount = cpu_to_be32(irec->rc_refcount);
886 overhead = cur->bc_ag.refc.shape_changes *
894 if (cur->bc_ag.refc.nr_ops > 2 &&
899 if (cur->bc_ag.refc.nr_ops == 0)
904 cur->bc_ag.refc.nr_ops * XFS_REFCOUNT_ITEM_OVERHEAD;
971 cur->bc_ag.refc.nr_ops++;
1006 cur->bc_ag.refc.nr_ops++;
1015 cur->bc_ag.refc.nr_ops++;
1091 cur->bc_ag.refc.shape_changes++;
1169 nr_ops = rcur->bc_ag.refc.nr_ops;
1170 shape_changes = rcur->bc_ag.refc.shape_changes;
1186 rcur->bc_ag.refc.nr_ops = nr_ops;
1187 rcur->bc_ag.refc.shape_changes = shape_changes;
1670 be32_to_cpu(rec->refc.rc_refcount) != 1))