Home
last modified time | relevance | path

Searched refs:cramfsb (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/init/
Ddo_mounts.c498 struct cramfs_super *cramfsb; in identify_ramdisk_image() local
509 cramfsb = (struct cramfs_super *) buf; in identify_ramdisk_image()
539 if (cramfsb->magic == CRAMFS_MAGIC) { in identify_ramdisk_image()
543 nblocks = (cramfsb->size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS; in identify_ramdisk_image()