Home
last modified time | relevance | path

Searched refs:get_file_rcu_many (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
Dfile.c835 else if (!get_file_rcu_many(file, refs)) in __fget_files()
/kernel/linux/linux-5.10/include/linux/
Dfs.h971 #define get_file_rcu_many(x, cnt) \ macro
973 #define get_file_rcu(x) get_file_rcu_many((x), 1)