Searched refs:memfd_fcntl (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | memfd.h | 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
|
/linux-6.3-rc2/mm/ |
A D | memfd.c | 246 long memfd_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in memfd_fcntl() function
|
/linux-6.3-rc2/drivers/dma-buf/ |
A D | udmabuf.c | 250 seals = memfd_fcntl(memfd, F_GET_SEALS, 0); in udmabuf_create()
|
/linux-6.3-rc2/fs/ |
A D | fcntl.c | 415 err = memfd_fcntl(filp, cmd, arg); in do_fcntl()
|
Completed in 6 milliseconds