Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Ddfs_cache.c38 const char *ce_path; member
135 kfree_const(ce->ce_path); in flush_cache_ent()
174 ce->ce_path, in dfscache_proc_show()
243 "interlink=%s,path_consumed=%d,expired=%s\n", ce->ce_path, in dump_ce()
415 ce->ce_path = kstrdup_const(path, GFP_KERNEL); in alloc_cache_entry()
416 if (!ce->ce_path) { in alloc_cache_entry()
425 kfree_const(ce->ce_path); in alloc_cache_entry()
491 if (!strcasecmp(path, ce->ce_path)) { in __find_cache_entry()