aligned_bno       282 fs/xfs/libxfs/xfs_alloc.c 		xfs_agblock_t	aligned_bno = roundup(bno, args->alignment);
aligned_bno       284 fs/xfs/libxfs/xfs_alloc.c 		diff = aligned_bno - bno;
aligned_bno       286 fs/xfs/libxfs/xfs_alloc.c 		*resbno = aligned_bno;