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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfilesys.h185 extern int fsmax;
H A Dfsys_ffs.c213 fsmax = (NDADDR + NINDIR (SUPERBLOCK)) * SUPERBLOCK->fs_bsize;
H A Dfsys_ufs2.c238 fsmax = (NDADDR + NINDIR (SUPERBLOCK)) * SUPERBLOCK->fs_bsize;
H A Dfsys_iso9660.c134 fsmax = PRIMDESC->volume_space_size.l;
H A Ddisk_io.c46 int fsmax; variable
1630 fsmax = MAXINT;
1735 if (filepos + len > fsmax)
H A Dgunzip.c197 /* swap fsmax */
198 itmp = fsmax;
199 fsmax = gzip_fsmax;

Completed in 63 milliseconds