Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Ddfs.h17 (((v) & DFSREF_REFERRAL_SERVER) && !((v) & DFSREF_STORAGE_SERVER))
H A Dcifsglob.h2195 return is_tcon_dfs(tcon) || (ref && (ref->flags & DFSREF_REFERRAL_SERVER)); in cifs_is_referral_server()
H A Dcifspdu.h2067 #define DFSREF_REFERRAL_SERVER 0x00000001 /* all targets are DFS roots */ macro