Home
last modified time | relevance | path

Searched refs:rbno (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/xfs/scrub/
Drefcount.c164 xfs_agblock_t rbno; in xchk_refcountbt_process_rmap_fragments() local
182 rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments()
201 if (bno < rbno) in xchk_refcountbt_process_rmap_fragments()
202 rbno = bno; in xchk_refcountbt_process_rmap_fragments()
220 if (bno != rbno) { in xchk_refcountbt_process_rmap_fragments()
233 if (frag->rm.rm_startblock != rbno) in xchk_refcountbt_process_rmap_fragments()
252 rbno = next_rbno; in xchk_refcountbt_process_rmap_fragments()
259 if (rbno < refchk->bno + refchk->len) in xchk_refcountbt_process_rmap_fragments()
/linux-4.19.296/fs/xfs/
Dxfs_reflink.c1507 xfs_agblock_t rbno; in xfs_reflink_dirty_extents() local
1536 aglen, &rbno, &rlen, true); in xfs_reflink_dirty_extents()
1539 if (rbno == NULLAGBLOCK) in xfs_reflink_dirty_extents()
1545 (rbno - agbno)); in xfs_reflink_dirty_extents()
1555 map[1].br_blockcount -= (rbno - agbno + rlen); in xfs_reflink_dirty_extents()
1556 map[1].br_startoff += (rbno - agbno + rlen); in xfs_reflink_dirty_extents()
1557 map[1].br_startblock += (rbno - agbno + rlen); in xfs_reflink_dirty_extents()
1580 xfs_agblock_t rbno; in xfs_reflink_inode_has_shared_extents() local
1604 &rbno, &rlen, false); in xfs_reflink_inode_has_shared_extents()
1608 if (rbno != NULLAGBLOCK) { in xfs_reflink_inode_has_shared_extents()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_alloc.c419 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees() argument
482 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees()
484 else if (rbno == fbno) { in xfs_alloc_fixup_trees()
485 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees()
488 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees()
494 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()
495 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()
1401 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size() local
1440 busy = xfs_alloc_compute_aligned(args, fbno, flen, &rbno, in xfs_alloc_ag_vextent_size()
1453 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
[all …]