Searched refs:dfs_cache_get_next_tgt (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/smb/client/
H A Ddfs_cache.h55 dfs_cache_get_next_tgt(struct dfs_cache_tgt_list *tl, function
H A Ddfs.h95 tit = dfs_cache_get_next_tgt(&ref->tl, ref->tit);
H A Ddfs_cache.c1143 oit = dfs_cache_get_next_tgt(old_tl, oit)) {
1145 nit = dfs_cache_get_next_tgt(new_tl, nit)) {
H A Ddfs.c461 for (; tit; tit = dfs_cache_get_next_tgt(tl, tit)) {
H A Dconnect.c488 for (; tit; tit = dfs_cache_get_next_tgt(tl, tit)) {

Completed in 142 milliseconds