Home
last modified time | relevance | path

Searched refs:memfd_alloc_file (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dmemfd.h20 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
/linux/mm/
H A Dmemfd.c459 struct file *memfd_alloc_file(const char *name, unsigned int flags) in memfd_alloc_file() function
523 return FD_ADD(fd_flags, memfd_alloc_file(name, flags)); in SYSCALL_DEFINE2()
H A Dmemfd_luo.c447 file = memfd_alloc_file("", 0); in memfd_luo_retrieve()