Lines Matching defs:memfd
8 #include <linux/memfd.h>
168 struct file *memfd = NULL;
204 memfd = fget(list[i].memfd);
205 if (!memfd)
207 if (!shmem_mapping(file_inode(memfd)->i_mapping))
209 seals = memfd_fcntl(memfd, F_GET_SEALS, 0);
220 file_inode(memfd)->i_mapping, pgoff + pgidx);
227 fput(memfd);
228 memfd = NULL;
251 if (memfd)
252 fput(memfd);
270 list.memfd = create.memfd;