Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dcifsglob.h2087 static inline bool is_tcon_dfs(struct cifs_tcon *tcon) in is_tcon_dfs() function
2109 return is_tcon_dfs(tcon) || (ref && (ref->flags & DFSREF_REFERRAL_SERVER)); in cifs_is_referral_server()
Dinode.c995 if (rc == -ENOENT && is_tcon_dfs(tcon))
Dconnect.c3574 if (rc == -ENOENT && is_tcon_dfs(tcon)) in is_path_remote()