Searched refs:nextmax (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ntfs3/
H A Dbitmap.c1295 size_t nextmax = hint + to_alloc; local
1297 if (likely(nextmax >= hint) && nextmax < max_alloc)
1298 max_alloc = nextmax;

Completed in 192 milliseconds