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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifssmb.c1935 cifsConvertToUCS((__le16 *) pSMB->OldFileName, fromName,
1939 pSMB->OldFileName[name_len] = 0x04; /* pad */
1941 pSMB->OldFileName[name_len + 1] = 0x00;
1943 cifsConvertToUCS((__le16 *)&pSMB->OldFileName[name_len + 2],
1950 strncpy(pSMB->OldFileName, fromName, name_len);
1953 pSMB->OldFileName[name_len] = 0x04; /* 2nd buffer format */
1954 strncpy(&pSMB->OldFileName[name_len + 1], toName, name_len2);
2081 name_len = cifsConvertToUCS((__le16 *) pSMB->OldFileName,
2086 pSMB->OldFileName[name_len] = 0x04; /* pad */
2088 pSMB->OldFileName[name_le
[all...]
H A Dcifspdu.h1104 unsigned char OldFileName[1]; member in struct:smb_com_rename_req
1124 unsigned char OldFileName[1]; member in struct:smb_com_copy_req
1148 unsigned char OldFileName[1]; member in struct:smb_com_nt_rename_req

Completed in 60 milliseconds