Home | History | Annotate | Download | only in stage2

Lines Matching refs:filemax

128 int filemax;
1563 filemax = 0;
1574 || tmp == 0 || tmp > filemax)
1577 filemax = tmp;
1599 filemax += (tmp * SECTOR_SIZE);
1651 if ((filepos < 0) || (filepos > filemax))
1652 filepos = filemax;
1655 if ((len < 0) || (len > (filemax - filepos)))
1656 len = filemax - filepos;
1747 if (offset > filemax || offset < 0)