Home
last modified time | relevance | path

Searched defs:dfs_cache_entry (Results 1 – 1 of 1) sorted by relevance

/fs/cifs/
Ddfs_cache.c36 struct dfs_cache_entry { struct
37 struct hlist_node ce_hlist;
38 const char *ce_path;
39 int ce_ttl;
40 int ce_srvtype;
41 int ce_flags;
42 struct timespec64 ce_etime;
43 int ce_path_consumed;
44 int ce_numtgts;
45 struct list_head ce_tlist;
[all …]