Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfs/
Ddir.c2310 static unsigned long nfs_access_max_cachesize = 4*1024*1024; variable
2311 module_param(nfs_access_max_cachesize, ulong, 0644);
2312 MODULE_PARM_DESC(nfs_access_max_cachesize, "NFS access maximum total cache length");
2399 if (nr_entries < 0 || nr_entries <= nfs_access_max_cachesize) in nfs_access_cache_enforce_limit()
2402 diff = nr_entries - nfs_access_max_cachesize; in nfs_access_cache_enforce_limit()