Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dopen.c1143 return ksys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode); in SYSCALL_DEFINE2()
/linux-4.19.296/include/linux/
Dsyscalls.h1271 static inline long ksys_open(const char __user *filename, int flags, in ksys_open() function