Searched refs:dcache_threshold (Results 1 – 5 of 5) sorted by relevance
145 unsigned long dcache_threshold; member
722 sbi->dcache_threshold = DEFAULT_DCACHE_THRESHOLD; in hmdfs_init_sbi()
981 if (le64_to_cpu(readdir_recv->num) < sbi->dcache_threshold) in hmdfs_client_cache_validate()1126 if (num >= con->sbi->dcache_threshold) in hmdfs_server_readdir()
1701 if (cache_get_dentry_count(sbi, cfn->filp) < sbi->dcache_threshold && strcmp(cid, CLOUD_CID)) { in load_cfn()2036 if (cache_get_dentry_count(sbi, file) >= sbi->dcache_threshold) in hmdfs_add_file_to_cache()
333 to_sbi(kobj)->dcache_threshold); in sbi_dcache_threshold_show()346 sbi->dcache_threshold = threshold; in sbi_dcache_threshold_store()352 __ATTR(dcache_threshold, 0664, sbi_dcache_threshold_show,