Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmemfd.h17 int memfd_check_seals_mmap(struct file *file, unsigned long *vm_flags_ptr);
27 static inline int memfd_check_seals_mmap(struct file *file, in memfd_check_seals_mmap() function
/linux-6.15/mm/
H A Dmemfd.c360 int memfd_check_seals_mmap(struct file *file, unsigned long *vm_flags_ptr) in memfd_check_seals_mmap() function
H A Dmmap.c492 err = memfd_check_seals_mmap(file, &vm_flags); in do_mmap()