Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Ddfs_cache.c30 #define IS_DFS_INTERLINK(v) (((v) & DFSREF_REFERRAL_SERVER) && !((v) & DFSREF_STORAGE_SERVER))
Dcifspdu.h2078 #define DFSREF_REFERRAL_SERVER 0x00000001 /* all targets are DFS roots */ macro
Dconnect.c3460 *ref_server = !!(ref.flags & DFSREF_REFERRAL_SERVER); in is_referral_server()