Searched refs:get_file_rcu (Results 1 – 6 of 6) sorted by relevance
237 if (get_file_rcu(kctx->filp) == 0) in debug_mem_open()
191 if (!get_file_rcu(f)) in task_file_seq_get_next()
815 if (file && !get_file_rcu(file)) in mmap_singleton()
2040 if (get_file_rcu(epi->ffd.file)) in ep_loop_check_proc()
1221 if (exe_file && !get_file_rcu(exe_file)) in get_mm_exe_file()
996 #define get_file_rcu(x) get_file_rcu_many((x), 1) macro