Home
last modified time | relevance | path

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

/linux-6.6.21/fs/nfs/
Dnfs4sysctl.c32 .data = &nfs_idmap_cache_timeout,
Dnfs4idmap.h67 extern unsigned int nfs_idmap_cache_timeout;
Dsuper.c1361 unsigned int nfs_idmap_cache_timeout = 600; variable
1372 EXPORT_SYMBOL_GPL(nfs_idmap_cache_timeout);
1405 module_param(nfs_idmap_cache_timeout, int, 0644);
Dnfs4idmap.c711 key_set_timeout(rka->target_key, nfs_idmap_cache_timeout); in idmap_pipe_downcall()