Searched refs:rbno (Results 1 – 3 of 3) sorted by relevance
154 xfs_agblock_t rbno; in xchk_refcountbt_process_rmap_fragments() local172 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()
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()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 …]
1391 xfs_agblock_t rbno; in xfs_reflink_inode_has_shared_extents() local1413 &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