File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 140
140
/* Used by the DFS filter See MS-DFSC */
141
141
#define IO_REPARSE_TAG_DFSR 0x80000012
142
142
#define IO_REPARSE_TAG_FILTER_MANAGER 0x8000000B
143
- /* See section MS-FSCC 2.1.2.4 */
143
+ /* Native SMB symlinks since Windows Vista, see MS-FSCC 2.1.2.4 */
144
144
#define IO_REPARSE_TAG_SYMLINK 0xA000000C
145
145
#define IO_REPARSE_TAG_DEDUP 0x80000013
146
146
#define IO_REPARSE_APPXSTREAM 0xC0000014
147
- /* NFS symlinks, Win 8/SMB3 and later */
147
+ /* NFS special files used by Windows NFS server since Windows Server 2012, see MS-FSCC 2.1.2.6 */
148
148
#define IO_REPARSE_TAG_NFS 0x80000014
149
149
/*
150
150
* AzureFileSync - see
151
151
* https://docs.microsoft.com/en-us/azure/storage/files/storage-sync-cloud-tiering
152
152
*/
153
153
#define IO_REPARSE_TAG_AZ_FILE_SYNC 0x8000001e
154
+ /* Native Win32 AF_UNIX sockets since Windows 10 April 2018 Update, used also by WSL */
155
+ #define IO_REPARSE_TAG_AF_UNIX 0x80000023
154
156
/* WSL reparse tags */
155
157
#define IO_REPARSE_TAG_LX_SYMLINK 0xA000001D
156
- #define IO_REPARSE_TAG_AF_UNIX 0x80000023
157
158
#define IO_REPARSE_TAG_LX_FIFO 0x80000024
158
159
#define IO_REPARSE_TAG_LX_CHR 0x80000025
159
160
#define IO_REPARSE_TAG_LX_BLK 0x80000026
You can’t perform that action at this time.
0 commit comments