Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_refcount.c100 irec->rc_blockcount = be32_to_cpu(rec->refc.rc_blockcount); in xfs_refcount_btrec_to_irec()
126 if (irec->rc_blockcount == 0 || irec->rc_blockcount > MAXREFCEXTLEN) in xfs_refcount_get_rec()
177 rec.refc.rc_blockcount = cpu_to_be32(irec->rc_blockcount); in xfs_refcount_update()
201 cur->bc_rec.rc.rc_blockcount = irec->rc_blockcount; in xfs_refcount_insert()
525 left->rc_blockcount += cleft->rc_blockcount; in xfs_refcount_merge_left_extent()
590 right->rc_blockcount += cright->rc_blockcount; in xfs_refcount_merge_right_extent()
830 (cleft.rc_blockcount == cright.rc_blockcount); in xfs_refcount_merge_extents()
833 ulen = (unsigned long long)left.rc_blockcount + cleft.rc_blockcount + in xfs_refcount_merge_extents()
834 right.rc_blockcount; in xfs_refcount_merge_extents()
846 ulen = (unsigned long long)left.rc_blockcount + cleft.rc_blockcount; in xfs_refcount_merge_extents()
[all …]
A Dxfs_refcount_btree.c154 x += be32_to_cpu(rec->refc.rc_blockcount) - 1; in xfs_refcountbt_init_high_key_from_rec()
164 rec->refc.rc_blockcount = cpu_to_be32(cur->bc_rec.rc.rc_blockcount); in xfs_refcountbt_init_rec_from_cur()
289 be32_to_cpu(r1->refc.rc_blockcount) <= in xfs_refcountbt_recs_inorder()
A Dxfs_format.h1546 __be32 rc_blockcount; /* count of blocks */ member
1556 xfs_extlen_t rc_blockcount; /* count of free blocks */ member
/linux/fs/xfs/scrub/
A Drefcount.c344 len = be32_to_cpu(rec->refc.rc_blockcount); in xchk_refcountbt_rec()
459 if (rc.rc_blockcount < len) in xchk_xref_is_cow_staging()
A Dtrace.h751 __entry->blockcount = irec->rc_blockcount;
/linux/fs/xfs/
A Dxfs_trace.h2945 __entry->blockcount = irec->rc_blockcount;
2979 __entry->blockcount = irec->rc_blockcount;
3017 __entry->i1_blockcount = i1->rc_blockcount;
3020 __entry->i2_blockcount = i2->rc_blockcount;
3062 __entry->i1_blockcount = i1->rc_blockcount;
3065 __entry->i2_blockcount = i2->rc_blockcount;
3112 __entry->i1_blockcount = i1->rc_blockcount;
3115 __entry->i2_blockcount = i2->rc_blockcount;
3118 __entry->i3_blockcount = i3->rc_blockcount;

Completed in 29 milliseconds