Searched refs:early_lookup_bdev (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/init/ |
| H A D | do_mounts.c | 425 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-6.15/kernel/power/ |
| H A D | hibernate.c | 972 if (!early_lookup_bdev(resume_file, &swsusp_resume_device)) in find_resume_device() 981 while (early_lookup_bdev(resume_file, &swsusp_resume_device)) in find_resume_device() 986 return early_lookup_bdev(resume_file, &swsusp_resume_device); in find_resume_device()
|
| /linux-6.15/drivers/md/ |
| H A D | md-autodetect.c | 150 if (early_lookup_bdev(devname, &dev)) in md_setup_drive()
|
| H A D | dm-init.c | 301 while (early_lookup_bdev(waitfor[i], &dev)) in dm_init_init()
|
| H A D | dm-table.c | 353 r = early_lookup_bdev(path, &dev); in dm_devt_from_path()
|
| /linux-6.15/block/ |
| H A D | early-lookup.c | 244 int __init early_lookup_bdev(const char *name, dev_t *devt) in early_lookup_bdev() function
|
| /linux-6.15/fs/pstore/ |
| H A D | blk.c | 268 if (early_lookup_bdev(initial_devname, &dev)) { in early_boot_devpath()
|
| /linux-6.15/drivers/mtd/devices/ |
| H A D | block2mtd.c | 251 if (!early_lookup_bdev(devname, &devt)) { in mdtblock_early_get_bdev()
|
| /linux-6.15/include/linux/ |
| H A D | blkdev.h | 1710 int __init early_lookup_bdev(const char *pathname, dev_t *dev); 1733 static inline int early_lookup_bdev(const char *pathname, dev_t *dev) in early_lookup_bdev() function
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 6272 see the early_lookup_bdev comment in
|