Searched refs:memfd_check_seals_mmap (Results 1 – 3 of 3) sorted by relevance
17 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
360 int memfd_check_seals_mmap(struct file *file, unsigned long *vm_flags_ptr) in memfd_check_seals_mmap() function
492 err = memfd_check_seals_mmap(file, &vm_flags); in do_mmap()