Home
last modified time | relevance | path

Searched refs:memfd_fcntl (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dmemfd.h8 extern long memfd_fcntl(struct file *file, unsigned int cmd, unsigned long arg);
10 static inline long memfd_fcntl(struct file *f, unsigned int c, unsigned long a) in memfd_fcntl() function
/Linux-v4.19/mm/
Dmemfd.c237 long memfd_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in memfd_fcntl() function
/Linux-v4.19/fs/
Dfcntl.c421 err = memfd_fcntl(filp, cmd, arg); in do_fcntl()