Home
last modified time | relevance | path

Searched refs:memfd_fcntl (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A 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
/kernel/linux/linux-6.6/include/linux/
H A Dmemfd.h8 extern long memfd_fcntl(struct file *file, unsigned int cmd, unsigned int arg);
10 static inline long memfd_fcntl(struct file *f, unsigned int c, unsigned int a) in memfd_fcntl() function
/kernel/linux/linux-5.10/mm/
H A Dmemfd.c237 long memfd_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in memfd_fcntl() function
/kernel/linux/linux-6.6/mm/
H A Dmemfd.c246 long memfd_fcntl(struct file *file, unsigned int cmd, unsigned int arg) in memfd_fcntl() function
/kernel/linux/linux-5.10/drivers/dma-buf/
H A Dudmabuf.c209 seals = memfd_fcntl(memfd, F_GET_SEALS, 0); in udmabuf_create()
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Dudmabuf.c245 seals = memfd_fcntl(memfd, F_GET_SEALS, 0); in udmabuf_create()
/kernel/linux/linux-5.10/fs/
H A Dfcntl.c429 err = memfd_fcntl(filp, cmd, arg); in do_fcntl()
/kernel/linux/linux-6.6/fs/
H A Dfcntl.c414 err = memfd_fcntl(filp, cmd, argi); in do_fcntl()

Completed in 6 milliseconds