Home
last modified time | relevance | path

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

/linux-6.6.21/fs/nfsd/
Dfilecache.c74 static unsigned long nfsd_file_flags; variable
116 if (test_bit(NFSD_FILE_CACHE_UP, &nfsd_file_flags)) in nfsd_file_schedule_laundrette()
716 if (test_and_set_bit(NFSD_FILE_CACHE_UP, &nfsd_file_flags) == 1) in nfsd_file_cache_init()
873 if (test_bit(NFSD_FILE_CACHE_UP, &nfsd_file_flags) == 1) in nfsd_file_cache_purge()
890 if (test_and_clear_bit(NFSD_FILE_CACHE_UP, &nfsd_file_flags) == 0) in nfsd_file_cache_shutdown()
1214 if (test_bit(NFSD_FILE_CACHE_UP, &nfsd_file_flags) == 1) { in nfsd_file_cache_stats_show()