Home
last modified time | relevance | path

Searched refs:rm_blockcount (Results 1 – 12 of 12) sorted by relevance

/linux/fs/xfs/libxfs/
A Dxfs_rmap.c91 rec.rmap.rm_blockcount = cpu_to_be32(irec->rm_blockcount); in xfs_rmap_update()
188 irec->rm_blockcount = be32_to_cpu(rec->rmap.rm_blockcount); in xfs_rmap_btrec_to_irec()
876 ltrec.rm_blockcount += gtrec.rm_blockcount; in xfs_rmap_map()
1206 NEW.rm_blockcount += PREV.rm_blockcount + RIGHT.rm_blockcount; in xfs_rmap_convert()
1236 NEW.rm_blockcount += PREV.rm_blockcount; in xfs_rmap_convert()
1273 NEW.rm_blockcount = len + RIGHT.rm_blockcount; in xfs_rmap_convert()
1411 NEW.rm_blockcount = PREV.rm_offset + PREV.rm_blockcount - in xfs_rmap_convert()
1629 NEW.rm_blockcount += PREV.rm_blockcount + RIGHT.rm_blockcount; in xfs_rmap_convert_shared()
1655 NEW.rm_blockcount += PREV.rm_blockcount; in xfs_rmap_convert_shared()
1681 NEW.rm_blockcount += RIGHT.rm_blockcount; in xfs_rmap_convert_shared()
[all …]
A Dxfs_ag.c446 rrec->rm_blockcount = cpu_to_be32(XFS_BNO_BLOCK(mp)); in xfs_rmaproot_init()
453 rrec->rm_blockcount = cpu_to_be32(2); in xfs_rmaproot_init()
460 rrec->rm_blockcount = cpu_to_be32(XFS_RMAP_BLOCK(mp) - in xfs_rmaproot_init()
468 rrec->rm_blockcount = cpu_to_be32(1); in xfs_rmaproot_init()
476 rrec->rm_blockcount = cpu_to_be32(1); in xfs_rmaproot_init()
488 rrec->rm_blockcount = cpu_to_be32(mp->m_sb.sb_logblocks); in xfs_rmaproot_init()
A Dxfs_rmap_btree.c184 adj = be32_to_cpu(rec->rmap.rm_blockcount) - 1; in xfs_rmapbt_init_high_key_from_rec()
204 rec->rmap.rm_blockcount = cpu_to_be32(cur->bc_rec.r.rm_blockcount); in xfs_rmapbt_init_rec_from_cur()
A Dxfs_format.h1440 __be32 rm_blockcount; /* extent length */ member
1486 xfs_extlen_t rm_blockcount; /* extent length */ member
/linux/fs/xfs/scrub/
A Drmap.c56 irec->rm_blockcount, &fbno, &flen, false); in xchk_rmapbt_xref_refc()
70 xfs_extlen_t len = irec->rm_blockcount; in xchk_rmapbt_xref()
82 irec->rm_blockcount); in xchk_rmapbt_xref()
107 if (irec.rm_startblock + irec.rm_blockcount <= irec.rm_startblock) in xchk_rmapbt_rec()
117 irec.rm_blockcount != XFS_AGFL_BLOCK(mp) + 1) in xchk_rmapbt_rec()
126 irec.rm_blockcount - 1)) in xchk_rmapbt_rec()
A Drefcount.c106 rm_last = rec->rm_startblock + rec->rm_blockcount - 1; in xchk_refcountbt_rmap_check()
190 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_refcountbt_process_rmap_fragments()
209 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_refcountbt_process_rmap_fragments()
222 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_refcountbt_process_rmap_fragments()
A Dbmap.c189 rmap_end = (unsigned long long)rmap.rm_startblock + rmap.rm_blockcount; in xchk_bmap_xref_rmap()
202 rmap.rm_blockcount; in xchk_bmap_xref_rmap()
525 if (irec.br_blockcount > check_rec.rm_blockcount) in xchk_bmap_check_rmap()
532 check_rec.rm_blockcount -= irec.br_blockcount; in xchk_bmap_check_rmap()
533 if (check_rec.rm_blockcount == 0) in xchk_bmap_check_rmap()
A Dcommon.c341 (*sroi->blocks) += rec->rm_blockcount; in xchk_count_rmap_ownedby_irec()
A Drepair.c850 for (b = 0; b < rec->rm_blockcount; b++) { in xrep_findroot_rmap()
A Dagheader_repair.c464 error = xbitmap_set(ra->freesp, fsb, rec->rm_blockcount); in xrep_agfl_walk_rmap()
/linux/fs/xfs/
A Dxfs_fsmap.c216 rec->rm_blockcount, &fbno, &flen, false); in xfs_getfsmap_is_shared()
264 rec_daddr += XFS_FSB_TO_BB(mp, rec->rm_blockcount); in xfs_getfsmap_helper()
340 rec_daddr += XFS_FSB_TO_BB(mp, rec->rm_blockcount); in xfs_getfsmap_helper()
380 irec.rm_blockcount = rec->ar_blockcount; in xfs_getfsmap_datadev_bnobt_helper()
420 info->low.rm_blockcount = 0; in xfs_getfsmap_logdev()
429 info->high.rm_blockcount = 0; in xfs_getfsmap_logdev()
441 rmap.rm_blockcount = mp->m_sb.sb_logblocks; in xfs_getfsmap_logdev()
499 info->low.rm_blockcount = 0; in __xfs_getfsmap_rtdev()
507 info->high.rm_blockcount = 0; in __xfs_getfsmap_rtdev()
609 info->low.rm_blockcount = 0; in __xfs_getfsmap_datadev()
[all …]
A Dxfs_trace.h3454 __entry->len = rmap->rm_blockcount;

Completed in 41 milliseconds