Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/fld/
Dfld_request.c352 fld->lcf_cache = fld_cache_init(fld->lcf_name, in fld_client_init()
354 if (IS_ERR(fld->lcf_cache)) { in fld_client_init()
355 rc = PTR_ERR(fld->lcf_cache); in fld_client_init()
356 fld->lcf_cache = NULL; in fld_client_init()
388 if (fld->lcf_cache != NULL) { in fld_client_fini()
389 if (!IS_ERR(fld->lcf_cache)) in fld_client_fini()
390 fld_cache_fini(fld->lcf_cache); in fld_client_fini()
391 fld->lcf_cache = NULL; in fld_client_fini()
458 rc = fld_cache_lookup(fld->lcf_cache, seq, &res); in fld_client_lookup()
478 fld_cache_insert(fld->lcf_cache, &res); in fld_client_lookup()
[all …]
Dlproc_fld.c137 fld_cache_flush(fld->lcf_cache); in fld_debugfs_cache_flush_write()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_fld.h114 struct fld_cache *lcf_cache; member