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

/linux-master/fs/nfs/
H A Ddir.c2770 static unsigned long nfs_access_max_cachesize = 4*1024*1024; variable
2771 module_param(nfs_access_max_cachesize, ulong, 0644);
2772 MODULE_PARM_DESC(nfs_access_max_cachesize, "NFS access maximum total cache length");
2859 if (nr_entries < 0 || nr_entries <= nfs_access_max_cachesize)
2862 diff = nr_entries - nfs_access_max_cachesize;

Completed in 320 milliseconds