Searched refs:memfd_alloc_file (Results 1 – 3 of 3) sorted by relevance
20 struct file *memfd_alloc_file(const char *name, unsigned int flags);36 static inline struct file *memfd_alloc_file(const char *name, unsigned int flags) in memfd_alloc_file() function
458 struct file *memfd_alloc_file(const char *name, unsigned int flags) in memfd_alloc_file() function522 return FD_ADD(fd_flags, memfd_alloc_file(name, flags)); in SYSCALL_DEFINE2()
489 file = memfd_alloc_file("", 0); in memfd_luo_retrieve()