Home
last modified time | relevance | path

Searched refs:rc_blockcount (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_refcount.c57 cur->bc_rec.rc.rc_blockcount = 0; in xfs_refcount_lookup_le()
77 cur->bc_rec.rc.rc_blockcount = 0; in xfs_refcount_lookup_ge()
97 cur->bc_rec.rc.rc_blockcount = 0; in xfs_refcount_lookup_eq()
119 irec->rc_blockcount = be32_to_cpu(rec->refc.rc_blockcount); in xfs_refcount_btrec_to_irec()
142 if (irec->rc_blockcount == 0 || irec->rc_blockcount > MAXREFCEXTLEN) in xfs_refcount_get_rec()
149 if (!xfs_verify_agbext(pag, irec->rc_startblock, irec->rc_blockcount)) in xfs_refcount_get_rec()
164 irec->rc_startblock, irec->rc_blockcount, irec->rc_refcount); in xfs_refcount_get_rec()
187 rec.refc.rc_blockcount = cpu_to_be32(irec->rc_blockcount); in xfs_refcount_update()
213 cur->bc_rec.rc.rc_blockcount = irec->rc_blockcount; in xfs_refcount_insert()
353 return rc->rc_startblock + rc->rc_blockcount; in xfs_refc_next()
[all …]
Dxfs_refcount_btree.c155 x += be32_to_cpu(rec->refc.rc_blockcount) - 1; in xfs_refcountbt_init_high_key_from_rec()
170 rec->refc.rc_blockcount = cpu_to_be32(cur->bc_rec.rc.rc_blockcount); in xfs_refcountbt_init_rec_from_cur()
298 be32_to_cpu(r1->refc.rc_blockcount) <= in xfs_refcountbt_recs_inorder()
Dxfs_types.h180 xfs_extlen_t rc_blockcount; /* count of free blocks */ member
Dxfs_format.h1621 __be32 rc_blockcount; /* count of blocks */ member
/linux-6.1.9/fs/xfs/scrub/
Drefcount.c277 .len = irec->rc_blockcount, in xchk_refcountbt_xref_rmap()
294 high.rm_startblock = irec->rc_startblock + irec->rc_blockcount - 1; in xchk_refcountbt_xref_rmap()
322 xchk_xref_is_used_space(sc, irec->rc_startblock, irec->rc_blockcount); in xchk_refcountbt_xref()
324 irec->rc_blockcount); in xchk_refcountbt_xref()
345 (*cow_blocks) += irec.rc_blockcount; in xchk_refcountbt_rec()
348 if (!xfs_verify_agbext(pag, irec.rc_startblock, irec.rc_blockcount)) in xchk_refcountbt_rec()
447 if (rc.rc_blockcount < len) in xchk_xref_is_cow_staging()
Dtrace.h751 __entry->blockcount = irec->rc_blockcount;
/linux-6.1.9/fs/xfs/
Dxfs_trace.h2941 __entry->blockcount = irec->rc_blockcount;
2978 __entry->blockcount = irec->rc_blockcount;
3020 __entry->i1_blockcount = i1->rc_blockcount;
3024 __entry->i2_blockcount = i2->rc_blockcount;
3071 __entry->i1_blockcount = i1->rc_blockcount;
3075 __entry->i2_blockcount = i2->rc_blockcount;
3128 __entry->i1_blockcount = i1->rc_blockcount;
3132 __entry->i2_blockcount = i2->rc_blockcount;
3136 __entry->i3_blockcount = i3->rc_blockcount;