Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dtask_iter.c314 if (!get_file_rcu(f)) in task_file_seq_get_next()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c921 if (file && !get_file_rcu(file)) in mmap_singleton()
/openbmc/linux/fs/
H A Dfile.c885 if (unlikely(!get_file_rcu(file))) in __fget_files_rcu()
/openbmc/linux/fs/gfs2/
H A Dglock.c2730 if (get_file_rcu(i->file)) in gfs2_glockfd_next_file()
/openbmc/linux/kernel/
H A Dfork.c1496 if (exe_file && !get_file_rcu(exe_file)) in get_mm_exe_file()
/openbmc/linux/include/linux/
H A Dfs.h1047 #define get_file_rcu(x) atomic_long_inc_not_zero(&(x)->f_count) macro