Searched refs:sbno (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_ialloc_btree.c | 92 xfs_agblock_t sbno = be32_to_cpu(start->s); xfs_inobt_alloc_block() local 99 args.fsbno = XFS_AGB_TO_FSB(args.mp, cur->bc_private.a.agno, sbno); xfs_inobt_alloc_block()
|
H A D | xfs_alloc.c | 769 xfs_agblock_t *sbno, /* extent found by search */ xfs_alloc_find_best_extent() 788 error = xfs_alloc_get_rec(*scur, sbno, slen, &i); xfs_alloc_find_best_extent() 792 xfs_alloc_compute_aligned(args, *sbno, *slen, sbnoa, slena); xfs_alloc_find_best_extent() 764 xfs_alloc_find_best_extent( struct xfs_alloc_arg *args, struct xfs_btree_cur **gcur, struct xfs_btree_cur **scur, xfs_agblock_t gdiff, xfs_agblock_t *sbno, xfs_extlen_t *slen, xfs_agblock_t *sbnoa, xfs_extlen_t *slena, int dir) xfs_alloc_find_best_extent() argument
|
Completed in 165 milliseconds