Searched refs:SMB2_FLAGS_DFS_OPERATIONS (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/smb/common/
H A Dsmb2pdu.h123 #define SMB2_FLAGS_DFS_OPERATIONS cpu_to_le32(0x10000000) macro
/linux-master/fs/smb/client/
H A Dsmb2pdu.c141 * If we would set SMB2_FLAGS_DFS_OPERATIONS on open we also would have
151 shdr->Flags |= SMB2_FLAGS_DFS_OPERATIONS; */
2870 * If SMB2_FLAGS_DFS_OPERATIONS is set in the Flags field of
2880 req->hdr.Flags |= SMB2_FLAGS_DFS_OPERATIONS;
3024 * If SMB2_FLAGS_DFS_OPERATIONS is set in the Flags field of
3034 req->hdr.Flags |= SMB2_FLAGS_DFS_OPERATIONS;

Completed in 109 milliseconds