Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb2pdu.h325 #define SMB2_POSIX_EXTENSIONS_AVAILABLE cpu_to_le16(0x100) macro
Dsmb2pdu.c497 pneg_ctxt->ContextType = SMB2_POSIX_EXTENSIONS_AVAILABLE; in build_posix_ctxt()
737 else if (pctx->ContextType == SMB2_POSIX_EXTENSIONS_AVAILABLE) in smb311_decode_neg_context()
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h274 #define SMB2_POSIX_EXTENSIONS_AVAILABLE cpu_to_le16(0x100) macro
Dsmb2pdu.c783 pneg_ctxt->ContextType = SMB2_POSIX_EXTENSIONS_AVAILABLE; in build_posix_ctxt()
1018 } else if (pctx->ContextType == SMB2_POSIX_EXTENSIONS_AVAILABLE) { in deassemble_neg_contexts()