Searched refs:memfd_fcntl (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/include/linux/ |
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-v5.4/mm/ |
D | memfd.c | 221 long memfd_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in memfd_fcntl() function
|
/Linux-v5.4/drivers/dma-buf/ |
D | udmabuf.c | 163 seals = memfd_fcntl(memfd, F_GET_SEALS, 0); in udmabuf_create()
|
/Linux-v5.4/fs/ |
D | fcntl.c | 421 err = memfd_fcntl(filp, cmd, arg); in do_fcntl()
|