Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_ialloc.c767 int doneleft; /* done, to the left */ in xfs_dialloc() local
785 doneleft = !i; in xfs_dialloc()
786 if (!doneleft) { in xfs_dialloc()
812 while (!doneleft || !doneright) { in xfs_dialloc()
820 if (!doneleft && !doneright) in xfs_dialloc()
827 useleft = !doneleft; in xfs_dialloc()
862 doneleft = !i; in xfs_dialloc()
863 if (!doneleft) { in xfs_dialloc()
895 ASSERT(!doneleft || !doneright); in xfs_dialloc()