Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/fld/
Dfld_request.c367 fld->lcf_cache = fld_cache_init(fld->lcf_name, in fld_client_init()
369 if (IS_ERR(fld->lcf_cache)) { in fld_client_init()
370 rc = PTR_ERR(fld->lcf_cache); in fld_client_init()
371 fld->lcf_cache = NULL; in fld_client_init()
403 if (fld->lcf_cache != NULL) { in fld_client_fini()
404 if (!IS_ERR(fld->lcf_cache)) in fld_client_fini()
405 fld_cache_fini(fld->lcf_cache); in fld_client_fini()
406 fld->lcf_cache = NULL; in fld_client_fini()
473 rc = fld_cache_lookup(fld->lcf_cache, seq, &res); in fld_client_lookup()
493 fld_cache_insert(fld->lcf_cache, &res); in fld_client_lookup()
[all …]
Dlproc_fld.c138 fld_cache_flush(fld->lcf_cache); in fld_proc_cache_flush_write()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_fld.h123 struct fld_cache *lcf_cache; member