Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Drefcount_repair.c414 xfs_agblock_t sbno; in xrep_refc_find_refcounts() local
446 sbno = cbno = rmap.rm_startblock; in xrep_refc_find_refcounts()
447 error = xrep_refc_push_rmaps_at(rr, rcstack, sbno, &rmap, in xrep_refc_find_refcounts()
457 ASSERT(nbno > sbno); in xrep_refc_find_refcounts()
496 sbno = nbno; in xrep_refc_find_refcounts()
504 ASSERT(nbno > sbno); in xrep_refc_find_refcounts()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ialloc_btree.c110 xfs_agblock_t sbno = be32_to_cpu(start->s); in __xfs_inobt_alloc_block() local
123 XFS_AGB_TO_FSB(args.mp, args.pag->pag_agno, sbno)); in __xfs_inobt_alloc_block()