Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_refcount.c54 cur->bc_rec.rc.rc_blockcount = 0; in xfs_refcount_lookup_le()
71 cur->bc_rec.rc.rc_blockcount = 0; in xfs_refcount_lookup_ge()
88 cur->bc_rec.rc.rc_blockcount = 0; in xfs_refcount_lookup_eq()
99 irec->rc_blockcount = be32_to_cpu(rec->refc.rc_blockcount); in xfs_refcount_btrec_to_irec()
125 if (irec->rc_blockcount == 0 || irec->rc_blockcount > MAXREFCEXTLEN) in xfs_refcount_get_rec()
141 if (realstart > realstart + irec->rc_blockcount) in xfs_refcount_get_rec()
143 if (!xfs_verify_agbno(mp, agno, realstart + irec->rc_blockcount - 1)) in xfs_refcount_get_rec()
157 irec->rc_startblock, irec->rc_blockcount, irec->rc_refcount); in xfs_refcount_get_rec()
176 rec.refc.rc_blockcount = cpu_to_be32(irec->rc_blockcount); in xfs_refcount_update()
200 cur->bc_rec.rc.rc_blockcount = irec->rc_blockcount; in xfs_refcount_insert()
[all …]
Dxfs_refcount_btree.c157 x += be32_to_cpu(rec->refc.rc_blockcount) - 1; in xfs_refcountbt_init_high_key_from_rec()
167 rec->refc.rc_blockcount = cpu_to_be32(cur->bc_rec.rc.rc_blockcount); in xfs_refcountbt_init_rec_from_cur()
291 be32_to_cpu(r1->refc.rc_blockcount) <= in xfs_refcountbt_recs_inorder()
Dxfs_format.h1484 __be32 rc_blockcount; /* count of blocks */ member
1494 xfs_extlen_t rc_blockcount; /* count of free blocks */ member
/Linux-v4.19/fs/xfs/scrub/
Drefcount.c357 len = be32_to_cpu(rec->refc.rc_blockcount); in xchk_refcountbt_rec()
476 if (rc.rc_blockcount < len) in xchk_xref_is_cow_staging()
Dtrace.h574 __entry->blockcount = irec->rc_blockcount;
/Linux-v4.19/fs/xfs/
Dxfs_trace.h2660 __entry->blockcount = irec->rc_blockcount;
2694 __entry->blockcount = irec->rc_blockcount;
2732 __entry->i1_blockcount = i1->rc_blockcount;
2735 __entry->i2_blockcount = i2->rc_blockcount;
2777 __entry->i1_blockcount = i1->rc_blockcount;
2780 __entry->i2_blockcount = i2->rc_blockcount;
2827 __entry->i1_blockcount = i1->rc_blockcount;
2830 __entry->i2_blockcount = i2->rc_blockcount;
2833 __entry->i3_blockcount = i3->rc_blockcount;