Home
last modified time | relevance | path

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

/include/linux/lockd/
Dlockd.h164 unsigned int f_count; /* reference count */ member
/include/linux/
Dfs.h1004 atomic_long_t f_count; member
1042 atomic_long_inc(&f->f_count); in get_file()
1046 atomic_long_add_unless(&(x)->f_count, (cnt), 0)
1048 #define file_count(x) atomic_long_read(&(x)->f_count)