Searched refs:f_memfd (Results 1 – 2 of 2) sorted by relevance
129 fp->f_memfd = mfd; in sys_memfd_create()148 struct memfd *mfd = fp->f_memfd; in memfd_read()185 struct memfd *mfd = fp->f_memfd; in memfd_write()241 struct memfd *mfd = fp->f_memfd; in memfd_fcntl()297 struct memfd *mfd = fp->f_memfd; in memfd_stat()323 struct memfd *mfd = fp->f_memfd; in memfd_close()328 fp->f_memfd = NULL; in memfd_close()337 struct memfd *mfd = fp->f_memfd; in memfd_mmap()362 uao_reference(fp->f_memfd->mfd_uobj); in memfd_mmap()363 *uobjp = fp->f_memfd->mfd_uobj; in memfd_mmap()[all …]
165 #define f_memfd f_undata.fd_memfd macro