Home
last modified time | relevance | path

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

/Linux-v5.10/fs/fscache/
Doperation.c119 static bool once_only; in fscache_report_unexpected_submission() local
123 if (once_only) in fscache_report_unexpected_submission()
125 once_only = true; in fscache_report_unexpected_submission()
Dpage.c1177 static bool once_only; in fscache_mark_page_cached() local
1178 if (!once_only) { in fscache_mark_page_cached()
1179 once_only = true; in fscache_mark_page_cached()
/Linux-v5.10/fs/afs/
Dinode.c35 static unsigned long once_only; in dump_vnode() local
53 if (!test_and_set_bit(0, &once_only)) in dump_vnode()