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

  /external/grub/stage2/
fsys_ffs.c 87 || part_length < (SBLOCK + (SBSIZE / DEV_BSIZE))
fsys_ufs2.c 95 if (! (part_length < (sblock_try[i] + (SBLOCKSIZE / DEV_BSIZE))
disk_io.c 117 unsigned long part_length; variable
301 >= part_length))
768 &part_start, &part_length,
799 part_length = buf_geom.total_sectors;
    [all...]
fsys_minix.c 168 if (part_length < (SBLOCK +
fsys_ext2fs.c 262 || part_length < (SBLOCK + (sizeof (struct ext2_super_block) / DEV_BSIZE))
fsys_jfs.c 211 if (part_length < MINJFS >> SECTOR_BITS
fsys_reiserfs.c 574 if (part_length < superblock + (sizeof (super) >> SECTOR_BITS)
586 if (part_length < superblock + (sizeof (super) >> SECTOR_BITS)
    [all...]
shared.h 657 extern unsigned long part_length;

Completed in 120 milliseconds