Searched refs:once_only (Results 1 – 3 of 3) sorted by relevance
119 static bool once_only; in fscache_report_unexpected_submission() local123 if (once_only) in fscache_report_unexpected_submission()125 once_only = true; in fscache_report_unexpected_submission()
1177 static bool once_only; in fscache_mark_page_cached() local1178 if (!once_only) { in fscache_mark_page_cached()1179 once_only = true; in fscache_mark_page_cached()
35 static unsigned long once_only; in dump_vnode() local53 if (!test_and_set_bit(0, &once_only)) in dump_vnode()