Lines Matching defs:memfd
9 #include <linux/memfd.h>202 struct file *memfd = NULL;239 memfd = fget(list[i].memfd);240 if (!memfd)242 mapping = memfd->f_mapping;245 seals = memfd_fcntl(memfd, F_GET_SEALS, 0);262 fput(memfd);263 memfd = NULL;286 if (memfd)287 fput(memfd);305 list.memfd = create.memfd;