Searched refs:memfd_fcntl (Results 1 – 3 of 3) sorted by relevance
8 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
237 long memfd_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in memfd_fcntl() function
421 err = memfd_fcntl(filp, cmd, arg); in do_fcntl()