Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Ddfs.h15 (((v) & DFSREF_REFERRAL_SERVER) && !((v) & DFSREF_STORAGE_SERVER))
Dcifsglob.h2108 return is_tcon_dfs(tcon) || (ref && (ref->flags & DFSREF_REFERRAL_SERVER)); in cifs_is_referral_server()
Dcifspdu.h2065 #define DFSREF_REFERRAL_SERVER 0x00000001 /* all targets are DFS roots */ macro