Searched refs:ksys_open (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/init/ |
| D | do_mounts_initrd.c | 52 ksys_open("/dev/console", O_RDWR, 0); in init_linuxrc() 110 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 | 335 wfd = ksys_open(collected, openflags, mode); in do_name() 575 fd = ksys_open("/", O_RDONLY, 0); in clean_rootfs() 629 fd = ksys_open("/initrd.image", O_WRONLY | O_CREAT, 0700); in populate_initrd_image()
|
| D | do_mounts.c | 515 fd = ksys_open("/dev/root", O_RDWR | O_NDELAY, 0); in change_floppy() 521 fd = ksys_open("/dev/console", O_RDWR, 0); in change_floppy()
|
| D | main.c | 1194 if (ksys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) in kernel_init_freeable()
|
| /Linux-v5.4/fs/ |
| D | open.c | 1155 return ksys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode); in SYSCALL_DEFINE2()
|
| /Linux-v5.4/include/linux/ |
| D | syscalls.h | 1380 static inline long ksys_open(const char __user *filename, int flags, in ksys_open() function
|