Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dfile.c708 else if (!get_file_rcu(file)) in __fget()
/linux-4.4.14/kernel/
Dfork.c759 if (exe_file && !get_file_rcu(exe_file)) in get_mm_exe_file()
/linux-4.4.14/include/linux/
Dfs.h889 #define get_file_rcu(x) atomic_long_inc_not_zero(&(x)->f_count) macro