Searched refs:fd (Results 1 – 2 of 2) sorted by relevance
647 static int match_file(const void *p, struct file *file, unsigned int fd) in match_file() argument652 return fd + 1; in match_file()
2520 static int match_file(const void *p, struct file *file, unsigned fd) in match_file() argument2522 return file_has_perm(p, file, file_to_av(file)) ? fd + 1 : 0; in match_file()