Home
last modified time | relevance | path

Searched full:smb1 (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/Documentation/firmware-guide/acpi/
H A Di2c-muxes.rst13 | SMB1 |-->| MUX0 |--CH00--> i2c client A (0x50)
19 Device (SMB1)
27 AddressingMode7Bit, "^SMB1", 0x00,
/openbmc/linux/Documentation/filesystems/smb/
H A Dcifsroot.rst22 A CIFS root mount currently requires the use of SMB1+UNIX Extensions
23 which is only supported by the Samba server. SMB1 is the older
30 As a result, a CIFS root will default to SMB1 for now but the version
38 To enable SMB1+UNIX extensions you will need to set these global
H A Dksmbd.rst70 (intentionally excludes security vulnerable SMB1
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dnuvoton,wpcm450-pinctrl.yaml72 enum: [ smb3, smb4, smb5, scs1, scs2, scs3, smb0, smb1, smb2, bsp,
81 enum: [ smb3, smb4, smb5, scs1, scs2, scs3, smb0, smb1, smb2, bsp,
H A Dnuvoton,npcm845-pinctrl.yaml84 i3c2, i3c3, i3c4, i3c5, smb0, smb1, smb2, smb2c, smb2b, smb1c,
107 ddr, i3c0, i3c1, i3c2, i3c3, i3c4, i3c5, smb0, smb1, smb2,
H A Dnuvoton,npcm7xx-pinctrl.txt142 smb0, smb0b, smb0c, smb0d, smb0den, smb1, smb1b, smb1c, smb1d,
/openbmc/linux/arch/arm/boot/dts/nuvoton/
H A Dnuvoton-wpcm450.dtsi207 smb1_pins: mux-smb1 {
208 groups = "smb1";
209 function = "smb1";
H A Dnuvoton-common-npcm7xx.dtsi1007 smb1_pins: smb1-pins {
1008 groups = "smb1";
1009 function = "smb1";
/openbmc/linux/fs/smb/client/
H A DKconfig29 protocol, Server Message Block (SMB ie SMB1), the native file sharing
77 of legacy dialects (SMB1/CIFS and SMB2.0) is discouraged.
H A Dsmb1ops.c3 * SMB1 (CIFS) version specific operations
83 /* It's a bug reading remaining data for SMB1 packets */ in cifs_read_data_length()
1258 * SMB1 Unix Extensions: requires server support but in cifs_make_node()
H A Dcifsfs.c118 "CIFS/SMB1 dialect (N/A for SMB3) "
149 "dialects (CIFS/SMB1 and SMB2) since "
150 "vers=1.0 (CIFS/SMB1) and vers=2.0 are weaker"
H A Dfs_context.c720 …ecure dialect, SMB2.1 or later (e.g. SMB3.1.1), from CIFS (SMB1). To use the less secure SMB1 dial… in smb3_fs_context_validate()
1523 …pr_warn("Bad mount helper ver=%s. Did you want SMB1 (CIFS) dialect and mean to type vers=1.0 inste… in smb3_fs_context_parse_param()
H A Dcifsglob.h183 struct shash_desc *md5; /* md5 hash function, for CIFS/SMB1 signatures */
726 /* multiplexed reads or writes (for SMB1/CIFS only, not SMB2/SMB3) */
2177 * For SMB1, see MS-CIFS 2.4.55 SMB_COM_TREE_CONNECT_ANDX (0x75) and MS-CIFS 3.3.4.4 DFS in is_tcon_dfs()
H A Dreparse.c824 case 0: /* SMB1 symlink */ in cifs_reparse_point_to_fattr()
H A Dconnect.c901 * SMB1 does not use credits. in smb2_get_credits_from_hdr()
1149 * SMB1 does not use credits. in smb2_add_credits_from_hdr()
2686 cifs_dbg(FYI, "Unix Extensions requested on SMB1 mount\n"); in cifs_get_tcon()
2688 cifs_dbg(VFS, "SMB1 Unix Extensions not supported by server\n"); in cifs_get_tcon()
H A Dinode.c968 * cifs_backup_query_path_info - SMB1 fallback code to get ino
1114 case 0: /* SMB1 symlink */ in reparse_info_to_fattr()
/openbmc/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-wpcm450.c415 WPCM450_GRP(smb1), \
501 WPCM450_SFUNC(smb1);
567 WPCM450_MKFUNC(smb1),
755 WPCM450_PINCFG(116, smb1, MFSEL1, 7, none, NONE, 0),
756 WPCM450_PINCFG(117, smb1, MFSEL1, 7, none, NONE, 0),
H A Dpinctrl-npcm7xx.c530 NPCM7XX_GRP(smb1), \
673 NPCM7XX_SFUNC(smb1);
791 NPCM7XX_MKFUNC(smb1),
1050 NPCM7XX_PINCFG(116, smb1, MFSEL1, 7, none, NONE, 0, none, NONE, 0, 0),
1051 NPCM7XX_PINCFG(117, smb1, MFSEL1, 7, none, NONE, 0, none, NONE, 0, 0),
H A Dpinctrl-npcm8xx.c690 NPCM8XX_GRP(smb1), \
937 NPCM8XX_SFUNC(smb1);
1159 NPCM8XX_MKFUNC(smb1),
1447 …NPCM8XX_PINCFG(116, smb1, MFSEL1, 7, none, NONE, 0, none, NONE, 0, none, NONE, 0, none, NONE, 0…
1448 …NPCM8XX_PINCFG(117, smb1, MFSEL1, 7, none, NONE, 0, none, NONE, 0, none, NONE, 0, none, NONE, 0…
/openbmc/linux/drivers/i2c/busses/
H A Di2c-nforce2.c392 res1 = nforce2_probe_smb(dev, 4, NFORCE_PCI_SMB1, &smbuses[0], "SMB1"); in nforce2_probe()
/openbmc/linux/drivers/clk/ingenic/
H A Dx1830-cgu.c389 "smb1", CGU_CLK_GATE,
H A Djz4780-cgu.c578 "smb1", CGU_CLK_GATE,
/openbmc/linux/Documentation/admin-guide/cifs/
H A Dusage.rst6 as older dialects, originally called "CIFS" or SMB1).
142 (CIFS/SMB1), we recommend using a server that supports the SNIA CIFS
/openbmc/linux/fs/smb/server/
H A Dsmb_common.c577 ksmbd_debug(SMB, "Unsupported SMB1 protocol\n"); in smb_handle_negotiate()
/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h1629 /* Used for Query Info and Find File POSIX Info for SMB3.1.1 and SMB1 */

12