Home
last modified time | relevance | path

Searched refs:ksys_open (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/init/
Ddo_mounts_initrd.c31 ksys_open("/dev/console", O_RDWR, 0); in init_linuxrc()
92 int fd = ksys_open("/dev/root.old", O_RDWR, 0); in handle_initrd()
Ddo_mounts_md.c174 fd = ksys_open(name, 0, 0); in md_setup_drive()
238 fd = ksys_open(name, 0, 0); in md_setup_drive()
288 fd = ksys_open("/dev/md0", 0, 0); in autodetect_raid()
Ddo_mounts_rd.c189 out_fd = ksys_open("/dev/ram", O_RDWR, 0); in rd_load_image()
193 in_fd = ksys_open(from, O_RDONLY, 0); in rd_load_image()
255 in_fd = ksys_open(from, O_RDONLY, 0); in rd_load_image()
Dinitramfs.c333 wfd = ksys_open(collected, openflags, mode); in do_name()
560 fd = ksys_open("/", O_RDONLY, 0); in clean_rootfs()
622 fd = ksys_open("/initrd.image", in populate_rootfs()
Ddo_mounts.c482 fd = ksys_open("/dev/root", O_RDWR | O_NDELAY, 0); in change_floppy()
488 fd = ksys_open("/dev/console", O_RDWR, 0); in change_floppy()
Dmain.c1147 if (ksys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) in kernel_init_freeable()
/Linux-v4.19/fs/
Dopen.c1121 return ksys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode); in SYSCALL_DEFINE2()
/Linux-v4.19/include/linux/
Dsyscalls.h1271 static inline long ksys_open(const char __user *filename, int flags, in ksys_open() function