Home
last modified time | relevance | path

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

/include/linux/lockd/
Dlockd.h163 unsigned int f_count; /* reference count */ member
/include/linux/
Dfs.h950 atomic_long_t f_count; member
985 atomic_long_inc(&f->f_count); in get_file()
989 atomic_long_add_unless(&(x)->f_count, (cnt), 0)
991 #define file_count(x) atomic_long_read(&(x)->f_count)