Searched refs:SMB2_POSIX_EXTENSIONS_AVAILABLE (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/smb/common/
H A Dsmb2pdu.h454 #define SMB2_POSIX_EXTENSIONS_AVAILABLE cpu_to_le16(0x100) macro
/linux-master/fs/smb/client/
H A Dsmb2pdu.c669 pneg_ctxt->ContextType = SMB2_POSIX_EXTENSIONS_AVAILABLE;
953 else if (pctx->ContextType == SMB2_POSIX_EXTENSIONS_AVAILABLE)
/linux-master/fs/smb/server/
H A Dsmb2pdu.c793 pneg_ctxt->ContextType = SMB2_POSIX_EXTENSIONS_AVAILABLE;
846 "assemble SMB2_POSIX_EXTENSIONS_AVAILABLE context\n");
1049 } else if (pctx->ContextType == SMB2_POSIX_EXTENSIONS_AVAILABLE) {
1051 "deassemble SMB2_POSIX_EXTENSIONS_AVAILABLE context\n");

Completed in 182 milliseconds