Searched refs:disk (Results 1 – 3 of 3) sorted by relevance
/init/ |
D | do_mounts_rd.c | 190 int nblocks, i, disk; in rd_load_image() local 262 for (i = 0, disk = 1; i < nblocks; i++) { in rd_load_image() 264 printk("done disk #%d.\n", disk++); in rd_load_image() 270 change_floppy("disk #%d", disk); in rd_load_image() 276 printk("Loading disk #%d... ", disk); in rd_load_image()
|
D | do_mounts.c | 121 struct gendisk *disk; in devt_from_partuuid() local 161 disk = part_to_disk(dev_to_part(dev)); in devt_from_partuuid() 162 part = disk_get_part(disk, dev_to_part(dev)->partno + offset); in devt_from_partuuid()
|
D | Kconfig | 135 are low on disk space (embedded systems), but for whom ram 816 on-disk kernel. This information can be extracted from the kernel 1155 control disk bandwidth allocation (proportional time slice allocation) 1161 enabling proportional weight division of disk bandwidth in CFQ, set 1336 bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support" 1345 If RAM disk support (BLK_DEV_RAM) is also included, this 1346 also enables initial RAM disk (initrd) support and adds
|