Searched refs:rbno (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | refcount.c | 154 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() 205 /* Discard any fragments ending at rbno from the worklist. */ in xchk_refcountbt_process_rmap_fragments() 210 if (bno != rbno) { in xchk_refcountbt_process_rmap_fragments() 220 /* Try to add nr rmaps starting at rbno to the worklist. */ 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 < refch in xchk_refcountbt_process_rmap_fragments() [all...] |
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | refcount.c | 159 xfs_agblock_t rbno; in xchk_refcountbt_process_rmap_fragments() local 177 rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments() 196 if (bno < rbno) in xchk_refcountbt_process_rmap_fragments() 197 rbno = bno; in xchk_refcountbt_process_rmap_fragments() 210 /* Discard any fragments ending at rbno from the worklist. */ in xchk_refcountbt_process_rmap_fragments() 215 if (bno != rbno) { in xchk_refcountbt_process_rmap_fragments() 225 /* Try to add nr rmaps starting at rbno to the worklist. */ in xchk_refcountbt_process_rmap_fragments() 228 if (frag->rm.rm_startblock != rbno) in xchk_refcountbt_process_rmap_fragments() 247 rbno = next_rbno; in xchk_refcountbt_process_rmap_fragments() 254 if (rbno < refch in xchk_refcountbt_process_rmap_fragments() [all...] |
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 422 * starting at rbno, rlen blocks. The extent is contained within the 433 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees() 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() 428 xfs_alloc_fixup_trees( xfs_btree_cur_t *cnt_cur, xfs_btree_cur_t *bno_cur, xfs_agblock_t fbno, xfs_extlen_t flen, xfs_agblock_t rbno, xfs_extlen_t rlen, int flags) xfs_alloc_fixup_trees() argument [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 467 * starting at rbno, rlen blocks. The extent is contained within the 478 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees() 551 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees() 553 else if (rbno == fbno) { in xfs_alloc_fixup_trees() 554 nfbno1 = rbno + rlen; in xfs_alloc_fixup_trees() 557 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees() 563 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees() 564 nfbno2 = rbno + rlen; in xfs_alloc_fixup_trees() 1662 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size() local 1704 busy = xfs_alloc_compute_aligned(args, fbno, flen, &rbno, in xfs_alloc_ag_vextent_size() 473 xfs_alloc_fixup_trees( struct xfs_btree_cur *cnt_cur, struct xfs_btree_cur *bno_cur, xfs_agblock_t fbno, xfs_extlen_t flen, xfs_agblock_t rbno, xfs_extlen_t rlen, int flags) xfs_alloc_fixup_trees() argument [all...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_reflink.c | 1367 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()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_reflink.c | 1579 xfs_agblock_t rbno; in xfs_reflink_inode_has_shared_extents() local 1590 &rbno, &rlen, false); in xfs_reflink_inode_has_shared_extents() 1596 if (rbno != NULLAGBLOCK) { in xfs_reflink_inode_has_shared_extents()
|
Completed in 13 milliseconds