Searched refs:ksys_open (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/init/ |
D | do_mounts_initrd.c | 31 ksys_open("/dev/console", O_RDWR, 0); in init_linuxrc() 92 int fd = ksys_open("/dev/root.old", O_RDWR, 0); in handle_initrd()
|
D | do_mounts_md.c | 174 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()
|
D | do_mounts_rd.c | 189 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()
|
D | initramfs.c | 333 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()
|
D | do_mounts.c | 482 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()
|
D | main.c | 1147 if (ksys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) in kernel_init_freeable()
|
/Linux-v4.19/fs/ |
D | open.c | 1121 return ksys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode); in SYSCALL_DEFINE2()
|
/Linux-v4.19/include/linux/ |
D | syscalls.h | 1271 static inline long ksys_open(const char __user *filename, int flags, in ksys_open() function
|