Searched refs:NFSD_FILE_CACHE_UP (Results 1 – 1 of 1) sorted by relevance
52 #define NFSD_FILE_CACHE_UP (0) macro114 if (test_bit(NFSD_FILE_CACHE_UP, &nfsd_file_flags)) in nfsd_file_schedule_laundrette()749 if (test_and_set_bit(NFSD_FILE_CACHE_UP, &nfsd_file_flags) == 1) in nfsd_file_cache_init()807 clear_bit(NFSD_FILE_CACHE_UP, &nfsd_file_flags); in nfsd_file_cache_init()904 if (test_bit(NFSD_FILE_CACHE_UP, &nfsd_file_flags) == 1) in nfsd_file_cache_purge()921 if (test_and_clear_bit(NFSD_FILE_CACHE_UP, &nfsd_file_flags) == 0) in nfsd_file_cache_shutdown()1300 if (test_bit(NFSD_FILE_CACHE_UP, &nfsd_file_flags) == 1) { in nfsd_file_cache_stats_show()
Completed in 10 milliseconds