Searched refs:sbno (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_ialloc_btree.c | 92 xfs_agblock_t sbno = be32_to_cpu(start->s); in xfs_inobt_alloc_block() local 99 args.fsbno = XFS_AGB_TO_FSB(args.mp, cur->bc_private.a.agno, sbno); in xfs_inobt_alloc_block()
|
D | xfs_alloc.c | 786 xfs_agblock_t *sbno, /* extent found by search */ in xfs_alloc_find_best_extent() argument 805 error = xfs_alloc_get_rec(*scur, sbno, slen, &i); in xfs_alloc_find_best_extent() 809 xfs_alloc_compute_aligned(args, *sbno, *slen, sbnoa, slena); in xfs_alloc_find_best_extent()
|