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

/linux-master/fs/f2fs/
H A Dgc.c2016 unsigned int next_inuse, start, end; local
2054 next_inuse = find_next_inuse(FREE_I(sbi), end + 1, start);
2055 if (next_inuse <= end) {
2057 next_inuse);

Completed in 225 milliseconds