Searched refs:nfs_access_max_cachesize (Results 1 – 1 of 1) sorted by relevance
2107 static unsigned long nfs_access_max_cachesize = ULONG_MAX; variable2108 module_param(nfs_access_max_cachesize, ulong, 0644);2109 MODULE_PARM_DESC(nfs_access_max_cachesize, "NFS access maximum total cache length");2196 if (nr_entries < 0 || nr_entries <= nfs_access_max_cachesize) in nfs_access_cache_enforce_limit()2199 diff = nr_entries - nfs_access_max_cachesize; in nfs_access_cache_enforce_limit()