Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfs/
H A Ddir.c2331 static unsigned long nfs_access_max_cachesize = 4*1024*1024; variable
2332 module_param(nfs_access_max_cachesize, ulong, 0644);
2333 MODULE_PARM_DESC(nfs_access_max_cachesize, "NFS access maximum total cache length");
2420 if (nr_entries < 0 || nr_entries <= nfs_access_max_cachesize) in nfs_access_cache_enforce_limit()
2423 diff = nr_entries - nfs_access_max_cachesize; in nfs_access_cache_enforce_limit()
/kernel/linux/linux-6.6/fs/nfs/
H A Ddir.c2773 static unsigned long nfs_access_max_cachesize = 4*1024*1024; variable
2774 module_param(nfs_access_max_cachesize, ulong, 0644);
2775 MODULE_PARM_DESC(nfs_access_max_cachesize, "NFS access maximum total cache length");
2862 if (nr_entries < 0 || nr_entries <= nfs_access_max_cachesize) in nfs_access_cache_enforce_limit()
2865 diff = nr_entries - nfs_access_max_cachesize; in nfs_access_cache_enforce_limit()

Completed in 8 milliseconds