Lines Matching defs:int
35 int latency = 0;
36 int cache_count;
75 static int memfd_wait_for_pins(struct address_space *mapping)
79 int error, scan;
85 int latency = 0;
86 int cache_count;
137 static unsigned int *memfd_file_seals_ptr(struct file *file)
157 static int memfd_add_seals(struct file *file, unsigned int seals)
160 unsigned int *file_seals;
161 int error;
197 if (seals & ~(unsigned int)F_ALL_SEALS)
239 static int memfd_get_seals(struct file *file)
241 unsigned int *seals = memfd_file_seals_ptr(file);
246 long memfd_fcntl(struct file *file, unsigned int cmd, unsigned int arg)
271 static int check_sysctl_memfd_noexec(unsigned int *flags)
275 int sysctl = pidns_memfd_noexec_scope(ns);
296 unsigned int, flags)
298 unsigned int *file_seals;
300 int fd, error;
305 if (flags & ~(unsigned int)MFD_ALL_FLAGS)
309 if (flags & ~(unsigned int)(MFD_ALL_FLAGS |