Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_alloc.c158 xfs_agblock_t aligned_bno = roundup(bno, args->alignment); in xfs_alloc_compute_aligned() local
159 xfs_extlen_t diff = aligned_bno - bno; in xfs_alloc_compute_aligned()
161 *resbno = aligned_bno; in xfs_alloc_compute_aligned()