Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_refcount.c121 irec->rc_blockcount = be32_to_cpu(rec->refc.rc_blockcount); in xfs_refcount_btrec_to_irec()
131 if (irec->rc_blockcount == 0 || irec->rc_blockcount > MAXREFCEXTLEN) in xfs_refcount_check_irec()
210 rec.refc.rc_blockcount = cpu_to_be32(irec->rc_blockcount); in xfs_refcount_update()
235 cur->bc_rec.rc.rc_blockcount = irec->rc_blockcount; in xfs_refcount_insert()
575 left->rc_blockcount += cleft->rc_blockcount; in xfs_refcount_merge_left_extent()
643 right->rc_blockcount += cright->rc_blockcount; in xfs_refcount_merge_right_extent()
900 ulen += cleft->rc_blockcount + right->rc_blockcount; in xfs_refc_want_merge_center()
1014 (cleft.rc_blockcount == cright.rc_blockcount); in xfs_refcount_merge_extents()
1121 ext.rc_blockcount = 0; in xfs_refcount_adjust_extents()
1671 ext.rc_blockcount = 0; in xfs_refcount_adjust_cow_extents()
[all …]
A Dxfs_refcount_btree.c147 x += be32_to_cpu(rec->refc.rc_blockcount) - 1; in xfs_refcountbt_init_high_key_from_rec()
162 rec->refc.rc_blockcount = cpu_to_be32(cur->bc_rec.rc.rc_blockcount); in xfs_refcountbt_init_rec_from_cur()
304 be32_to_cpu(r1->refc.rc_blockcount) <= in xfs_refcountbt_recs_inorder()
A Dxfs_types.h169 xfs_extlen_t rc_blockcount; /* count of free blocks */ member
A Dxfs_format.h1620 __be32 rc_blockcount; /* count of blocks */ member
/linux/fs/xfs/scrub/
A Drefcount.c292 .len = irec->rc_blockcount, in xchk_refcountbt_xref_rmap()
309 high.rm_startblock = irec->rc_startblock + irec->rc_blockcount - 1; in xchk_refcountbt_xref_rmap()
339 xchk_xref_is_used_space(sc, irec->rc_startblock, irec->rc_blockcount); in xchk_refcountbt_xref()
341 irec->rc_blockcount); in xchk_refcountbt_xref()
414 if (r1->rc_blockcount > 0) in xchk_refcount_mergeable()
419 if (r1->rc_startblock + r1->rc_blockcount != r2->rc_startblock) in xchk_refcount_mergeable()
423 if ((unsigned long long)r1->rc_blockcount + r2->rc_blockcount > in xchk_refcount_mergeable()
462 rrc->cow_blocks += irec.rc_blockcount; in xchk_refcountbt_rec()
481 irec.rc_blockcount; in xchk_refcountbt_rec()
585 if (rc.rc_blockcount < len) in xchk_xref_is_cow_staging()
A Dcow_repair.c119 dst->rc_blockcount -= adj; in xrep_cow_trim_refcount()
123 if (dst->rc_startblock + dst->rc_blockcount > in xrep_cow_trim_refcount()
125 adj = (dst->rc_startblock + dst->rc_blockcount) - in xrep_cow_trim_refcount()
127 dst->rc_blockcount -= adj; in xrep_cow_trim_refcount()
150 return xrep_cow_mark_file_range(xc, fsbno, rrec.rc_blockcount); in xrep_cow_mark_shared_staging()
188 xc->next_bno = rrec.rc_startblock + rrec.rc_blockcount; in xrep_cow_mark_missing_staging()
A Drefcount_repair.c149 rec->rc_blockcount, &outcome); in xrep_refc_check_ext()
157 rec->rc_startblock, rec->rc_blockcount, &outcome); in xrep_refc_check_ext()
177 .rc_blockcount = len, in xrep_refc_stash()
361 next_agbno = irec.rc_startblock + irec.rc_blockcount; in xrep_refc_sort_records()
A Drmap_repair.c730 return xagb_bitmap_set(bitmap, irec->rc_startblock, irec->rc_blockcount); in xrep_rmap_walk_cowblocks()
A Dtrace.h942 __entry->blockcount = irec->rc_blockcount;
2096 __entry->blockcount = rec->rc_blockcount;
/linux/fs/xfs/
A Dxfs_trace.h3247 __entry->blockcount = irec->rc_blockcount;
3283 __entry->blockcount = irec->rc_blockcount;
3325 __entry->i1_blockcount = i1->rc_blockcount;
3329 __entry->i2_blockcount = i2->rc_blockcount;
3375 __entry->i1_blockcount = i1->rc_blockcount;
3379 __entry->i2_blockcount = i2->rc_blockcount;
3430 __entry->i1_blockcount = i1->rc_blockcount;
3434 __entry->i2_blockcount = i2->rc_blockcount;
3438 __entry->i3_blockcount = i3->rc_blockcount;

Completed in 30 milliseconds