Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fscache/
H A Dmain.c22 unsigned fscache_defer_lookup = 1; variable
23 module_param_named(defer_lookup, fscache_defer_lookup, uint,
25 MODULE_PARM_DESC(fscache_defer_lookup,
H A Dinternal.h92 extern unsigned fscache_defer_lookup;
H A Dcookie.c442 if (!fscache_defer_lookup) { in fscache_acquire_non_index_cookie()