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

/linux-master/fs/romfs/
H A Dsuper.c156 unsigned long offset, maxoff; local
161 maxoff = romfs_maxsize(i->i_sb);
174 if (!offset || offset >= maxoff) {
175 offset = maxoff;
216 unsigned long offset, maxoff; local
229 maxoff = romfs_maxsize(dir->i_sb);
236 if (!offset || offset >= maxoff)

Completed in 128 milliseconds