Searched refs:memfd_fcntl (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/include/linux/ |
D | memfd.h | 8 extern long memfd_fcntl(struct file *file, unsigned int cmd, unsigned int arg); 11 static inline long memfd_fcntl(struct file *f, unsigned int c, unsigned int a) in memfd_fcntl() function
|
/linux-6.12.1/mm/ |
D | memfd.c | 282 long memfd_fcntl(struct file *file, unsigned int cmd, unsigned int arg) in memfd_fcntl() function
|
/linux-6.12.1/drivers/dma-buf/ |
D | udmabuf.c | 263 seals = memfd_fcntl(memfd, F_GET_SEALS, 0); in check_memfd_seals()
|
/linux-6.12.1/fs/ |
D | fcntl.c | 542 err = memfd_fcntl(filp, cmd, argi); in do_fcntl()
|