Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/scrub/
Drefcount.c154 xfs_agblock_t rbno; in xchk_refcountbt_process_rmap_fragments() local
172 rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments()
191 if (bno < rbno) in xchk_refcountbt_process_rmap_fragments()
192 rbno = bno; in xchk_refcountbt_process_rmap_fragments()
212 if (bno != rbno) { in xchk_refcountbt_process_rmap_fragments()
225 if (frag->rm.rm_startblock != rbno) in xchk_refcountbt_process_rmap_fragments()
244 rbno = next_rbno; in xchk_refcountbt_process_rmap_fragments()
251 if (rbno < refchk->bno + refchk->len) in xchk_refcountbt_process_rmap_fragments()
/Linux-v5.4/fs/xfs/
Dxfs_reflink.c1403 xfs_agblock_t rbno; in xfs_reflink_dirty_extents() local
1432 aglen, &rbno, &rlen, true); in xfs_reflink_dirty_extents()
1435 if (rbno == NULLAGBLOCK) in xfs_reflink_dirty_extents()
1441 (rbno - agbno)); in xfs_reflink_dirty_extents()
1451 map[1].br_blockcount -= (rbno - agbno + rlen); in xfs_reflink_dirty_extents()
1452 map[1].br_startoff += (rbno - agbno + rlen); in xfs_reflink_dirty_extents()
1453 map[1].br_startblock += (rbno - agbno + rlen); in xfs_reflink_dirty_extents()
1476 xfs_agblock_t rbno; in xfs_reflink_inode_has_shared_extents() local
1500 &rbno, &rlen, false); in xfs_reflink_inode_has_shared_extents()
1504 if (rbno != NULLAGBLOCK) { in xfs_reflink_inode_has_shared_extents()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_alloc.c415 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees() argument
478 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees()
480 else if (rbno == fbno) { in xfs_alloc_fixup_trees()
481 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees()
484 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees()
490 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()
491 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()
1499 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size() local
1538 busy = xfs_alloc_compute_aligned(args, fbno, flen, &rbno, in xfs_alloc_ag_vextent_size()
1551 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
[all …]