HomeSort by relevance Sort by last modified time
    Searched refs:fsmax (Results 1 - 6 of 6) sorted by null

  /external/grub/stage2/
filesys.h 164 extern int fsmax;
fsys_ffs.c 213 fsmax = (NDADDR + NINDIR (SUPERBLOCK)) * SUPERBLOCK->fs_bsize;
fsys_ufs2.c 238 fsmax = (NDADDR + NINDIR (SUPERBLOCK)) * SUPERBLOCK->fs_bsize;
gunzip.c 192 /* swap fsmax */
193 itmp = fsmax;
194 fsmax = gzip_fsmax;
    [all...]
fsys_iso9660.c 127 fsmax = PRIMDESC->volume_space_size.l;
disk_io.c 47 int fsmax; variable
    [all...]

Completed in 394 milliseconds