Home | History | Annotate | Download | only in linux

Lines Matching refs:f_count

954 	atomic_long_t		f_count;
987 #define get_file(x) atomic_long_inc(&(x)->f_count)
988 #define fput_atomic(x) atomic_long_add_unless(&(x)->f_count, -1, 1)
989 #define file_count(x) atomic_long_read(&(x)->f_count)