Home
last modified time | relevance | path

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

/openbmc/linux/init/
H A Ddo_mounts.c423 early_lookup_bdev(root_device_name, &ROOT_DEV) < 0) { in wait_for_root()
448 error = early_lookup_bdev(root_device_name, &dev); in parse_root_device()
/openbmc/linux/kernel/power/
H A Dhibernate.c926 if (!early_lookup_bdev(resume_file, &swsusp_resume_device)) in find_resume_device()
935 while (early_lookup_bdev(resume_file, &swsusp_resume_device)) in find_resume_device()
940 return early_lookup_bdev(resume_file, &swsusp_resume_device); in find_resume_device()
/openbmc/linux/drivers/md/
H A Dmd-autodetect.c150 if (early_lookup_bdev(devname, &dev)) in md_setup_drive()
H A Ddm-init.c301 while (early_lookup_bdev(waitfor[i], &dev)) in dm_init_init()
H A Ddm-table.c360 r = early_lookup_bdev(path, &dev); in dm_get_device()
/openbmc/linux/block/
H A Dearly-lookup.c244 int __init early_lookup_bdev(const char *name, dev_t *devt) in early_lookup_bdev() function
/openbmc/linux/fs/pstore/
H A Dblk.c268 if (early_lookup_bdev(initial_devname, &dev)) { in early_boot_devpath()
/openbmc/linux/drivers/mtd/devices/
H A Dblock2mtd.c251 if (!early_lookup_bdev(devname, &devt)) { in mdtblock_early_get_bdev()
/openbmc/linux/include/linux/
H A Dblkdev.h1528 int __init early_lookup_bdev(const char *pathname, dev_t *dev);
1550 static inline int early_lookup_bdev(const char *pathname, dev_t *dev) in early_lookup_bdev() function
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt5614 see the early_lookup_bdev comment in