Searched refs:rd_load_image (Results 1 - 3 of 3) sorted by relevance

/linux-master/init/
H A Ddo_mounts.h28 int __init rd_load_image(char *from);
33 static inline int rd_load_image(char *from) { return 0; } function
H A Ddo_mounts_initrd.c147 if (rd_load_image("/initrd.image") && ROOT_DEV != Root_RAM0) {
H A Ddo_mounts_rd.c186 int __init rd_load_image(char *from) function
283 return rd_load_image("/dev/root");

Completed in 224 milliseconds