Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drefcount_repair.c408 xfs_agblock_t sbno; in xrep_refc_find_refcounts() local
440 sbno = cbno = rmap.rm_startblock; in xrep_refc_find_refcounts()
441 error = xrep_refc_push_rmaps_at(rr, rcstack, sbno, &rmap, in xrep_refc_find_refcounts()
451 ASSERT(nbno > sbno); in xrep_refc_find_refcounts()
490 sbno = nbno; in xrep_refc_find_refcounts()
498 ASSERT(nbno > sbno); in xrep_refc_find_refcounts()
H A Drtrefcount_repair.c441 xfs_rgblock_t sbno; in xrep_rtrefc_find_refcounts() local
482 sbno = cbno = rmap.rm_startblock; in xrep_rtrefc_find_refcounts()
483 error = xrep_rtrefc_push_rmaps_at(rr, rcstack, sbno, &rmap, in xrep_rtrefc_find_refcounts()
493 ASSERT(nbno > sbno); in xrep_rtrefc_find_refcounts()
532 sbno = nbno; in xrep_rtrefc_find_refcounts()
540 ASSERT(nbno > sbno); in xrep_rtrefc_find_refcounts()
/linux/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c110 xfs_agblock_t sbno = be32_to_cpu(start->s); in __xfs_inobt_alloc_block() local
123 xfs_agbno_to_fsb(args.pag, sbno)); in __xfs_inobt_alloc_block()