Home
last modified time | relevance | path

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

/linux/init/
H A Ddo_mounts.c425 early_lookup_bdev(root_device_name, &ROOT_DEV) < 0) { in wait_for_root()
450 error = early_lookup_bdev(root_device_name, &dev); in parse_root_device()
/linux/kernel/power/
H A Dhibernate.c971 if (!early_lookup_bdev(resume_file, &swsusp_resume_device)) in find_resume_device()
980 while (early_lookup_bdev(resume_file, &swsusp_resume_device)) in find_resume_device()
985 return early_lookup_bdev(resume_file, &swsusp_resume_device); in find_resume_device()
/linux/drivers/md/
H A Ddm-init.c301 while (early_lookup_bdev(waitfor[i], &dev)) in dm_init_init()
/linux/fs/pstore/
H A Dblk.c268 if (early_lookup_bdev(initial_devname, &dev)) { in early_boot_devpath()
/linux/include/linux/
H A Dblkdev.h1669 int __init early_lookup_bdev(const char *pathname, dev_t *dev);
1692 static inline int early_lookup_bdev(const char *pathname, dev_t *dev) in early_lookup_bdev() function
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt6212 see the early_lookup_bdev comment in