Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs4sysctl.c32 .data = &nfs_idmap_cache_timeout,
H A Dnfs4idmap.h67 extern unsigned int nfs_idmap_cache_timeout;
H A Dsuper.c1398 unsigned int nfs_idmap_cache_timeout = 600; variable
1410 EXPORT_SYMBOL_GPL(nfs_idmap_cache_timeout);
1444 module_param(nfs_idmap_cache_timeout, int, 0644);
H A Dnfs4idmap.c711 key_set_timeout(rka->target_key, nfs_idmap_cache_timeout); in idmap_pipe_downcall()