Home | History | Annotate | Download | only in linux

Lines Matching refs:f_count

998 	atomic_long_t		f_count;
1031 #define get_file(x) atomic_long_inc(&(x)->f_count)
1032 #define fput_atomic(x) atomic_long_add_unless(&(x)->f_count, -1, 1)
1033 #define file_count(x) atomic_long_read(&(x)->f_count)