Home
last modified time | relevance | path

Searched refs:once_only (Results 1 – 3 of 3) sorted by relevance

/fs/fscache/
Doperation.c122 static bool once_only; in fscache_report_unexpected_submission() local
126 if (once_only) in fscache_report_unexpected_submission()
128 once_only = true; in fscache_report_unexpected_submission()
Dpage.c1171 static bool once_only; in fscache_mark_page_cached() local
1172 if (!once_only) { in fscache_mark_page_cached()
1173 once_only = true; in fscache_mark_page_cached()
/fs/afs/
Dinode.c34 static unsigned long once_only; in dump_vnode() local
52 if (!test_and_set_bit(0, &once_only)) in dump_vnode()