Home
last modified time | relevance | path

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

/linux-6.3-rc2/init/
A Ddo_mounts_rd.c64 struct cramfs_super *cramfsb; in identify_ramdisk_image() local
78 cramfsb = (struct cramfs_super *) buf; in identify_ramdisk_image()
110 if (cramfsb->magic == CRAMFS_MAGIC) { in identify_ramdisk_image()
114 nblocks = (cramfsb->size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS; in identify_ramdisk_image()
134 if (cramfsb->magic == CRAMFS_MAGIC) { in identify_ramdisk_image()
138 nblocks = (cramfsb->size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS; in identify_ramdisk_image()

Completed in 4 milliseconds