Searched refs:rbno (Results 1 – 3 of 3) sorted by relevance
156 xfs_agblock_t rbno; in xchk_refcountbt_process_rmap_fragments() local174 rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments()193 if (bno < rbno) in xchk_refcountbt_process_rmap_fragments()194 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()
517 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees()519 else if (rbno == fbno) { in xfs_alloc_fixup_trees()520 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees()529 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()530 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees()1656 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()1701 bestrbno = rbno; in xfs_alloc_ag_vextent_size()1719 &rbno, &rlen, &busy_gen); in xfs_alloc_ag_vextent_size()1730 bestrbno = rbno; in xfs_alloc_ag_vextent_size()1745 rbno = bestrbno; in xfs_alloc_ag_vextent_size()[all …]
1571 xfs_agblock_t rbno; in xfs_reflink_inode_has_shared_extents() local1582 &rbno, &rlen, false); in xfs_reflink_inode_has_shared_extents()1588 if (rbno != NULLAGBLOCK) { in xfs_reflink_inode_has_shared_extents()
Completed in 13 milliseconds