Home
last modified time | relevance | path

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

/fs/autofs4/
Droot.c80 if (!ino->active_count) { in autofs4_add_active()
84 ino->active_count++; in autofs4_add_active()
97 ino->active_count--; in autofs4_del_active()
98 if (!ino->active_count) { in autofs4_del_active()
Dautofs_i.h61 int active_count; member