Home
last modified time | relevance | path

Searched refs:DFSREF_STORAGE_SERVER (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/cifs/
Ddfs_cache.c30 #define IS_DFS_INTERLINK(v) (((v) & DFSREF_REFERRAL_SERVER) && !((v) & DFSREF_STORAGE_SERVER))
Dcifspdu.h2068 #define DFSREF_STORAGE_SERVER 0x00000002 /* no further ref requests needed */ macro