Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/common/
Dsmb2pdu.h1205 #define SMB2_CREATE_FLAG_REPARSEPOINT 0x01 macro
/linux-6.12.1/fs/smb/client/
Dsmb2inode.c851 reparse_point = !!(rsp->Flags & SMB2_CREATE_FLAG_REPARSEPOINT); in parse_create_response()