Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/common/
Dsmb2pdu.h444 #define SMB2_POSIX_EXTENSIONS_AVAILABLE cpu_to_le16(0x100) macro
/Linux-v6.6/fs/smb/client/
Dsmb2pdu.c514 pneg_ctxt->ContextType = SMB2_POSIX_EXTENSIONS_AVAILABLE; in build_posix_ctxt()
788 else if (pctx->ContextType == SMB2_POSIX_EXTENSIONS_AVAILABLE) in smb311_decode_neg_context()
/Linux-v6.6/fs/smb/server/
Dsmb2pdu.c816 pneg_ctxt->ContextType = SMB2_POSIX_EXTENSIONS_AVAILABLE; in build_posix_ctxt()
1072 } else if (pctx->ContextType == SMB2_POSIX_EXTENSIONS_AVAILABLE) { in deassemble_neg_contexts()