Home
last modified time | relevance | path

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

/Linux-v5.10/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()
210 if (bno != rbno) { in xchk_refcountbt_process_rmap_fragments()
223 if (frag->rm.rm_startblock != rbno) in xchk_refcountbt_process_rmap_fragments()
242 rbno = next_rbno; in xchk_refcountbt_process_rmap_fragments()
249 if (rbno < refchk->bno + refchk->len) in xchk_refcountbt_process_rmap_fragments()
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_alloc.c433 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees() argument
506 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees()
508 else if (rbno == fbno) { in xfs_alloc_fixup_trees()
509 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees()
512 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees()
518 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()
519 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()
1668 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size() local
1707 busy = xfs_alloc_compute_aligned(args, fbno, flen, &rbno, in xfs_alloc_ag_vextent_size()
1723 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
[all …]
/Linux-v5.10/fs/xfs/
Dxfs_reflink.c1367 xfs_agblock_t rbno; in xfs_reflink_inode_has_shared_extents() local
1391 &rbno, &rlen, false); in xfs_reflink_inode_has_shared_extents()
1395 if (rbno != NULLAGBLOCK) { in xfs_reflink_inode_has_shared_extents()