Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
A 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/fs/xfs/libxfs/
A Dxfs_alloc.c506 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()
518 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()
519 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()
1721 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
1766 bestrbno = rbno; in xfs_alloc_ag_vextent_size()
1784 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()
1795 bestrbno = rbno; in xfs_alloc_ag_vextent_size()
1810 rbno = bestrbno; in xfs_alloc_ag_vextent_size()
[all …]
/linux/fs/xfs/
A Dxfs_reflink.c1391 xfs_agblock_t rbno; in xfs_reflink_inode_has_shared_extents() local
1413 &rbno, &rlen, false); in xfs_reflink_inode_has_shared_extents()
1417 if (rbno != NULLAGBLOCK) { in xfs_reflink_inode_has_shared_extents()

Completed in 12 milliseconds