Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_alloc.c112 xfs_agblock_t foundbno, /* starting block in found extent */ in xfs_alloc_compute_aligned() argument
124 bno = roundup(foundbno, alignment); in xfs_alloc_compute_aligned()
125 diff = bno - foundbno; in xfs_alloc_compute_aligned()
128 bno = foundbno; in xfs_alloc_compute_aligned()