Searched refs:bnoa (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 830 xfs_agblock_t bno, bnoa, bnew; in xfs_alloc_cur_check() local 854 busy = xfs_alloc_compute_aligned(args, bno, len, &bnoa, &lena, in xfs_alloc_cur_check() 860 if (bnoa < args->min_agbno || bnoa > args->max_agbno) { in xfs_alloc_cur_check() 880 bnoa, lena, &bnew); in xfs_alloc_cur_check()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 884 xfs_agblock_t bno, bnoa, bnew; in xfs_alloc_cur_check() local 908 busy = xfs_alloc_compute_aligned(args, bno, len, &bnoa, &lena, in xfs_alloc_cur_check() 914 if (bnoa < args->min_agbno || bnoa > args->max_agbno) { in xfs_alloc_cur_check() 933 bnoa, lena, &bnew); in xfs_alloc_cur_check()
|
Completed in 9 milliseconds