Lines Matching refs:FileName
807 cifsConvertToUTF16((__le16 *) pSMB->FileName, fileName, in CIFSPOSIXDelFile()
814 strncpy(pSMB->FileName, fileName, name_len); in CIFSPOSIXDelFile()
1022 cifsConvertToUTF16((__le16 *) pSMB->FileName, name, in CIFSPOSIXCreate()
1029 strncpy(pSMB->FileName, name, name_len); in CIFSPOSIXCreate()
2822 cifsConvertToUTF16((__le16 *) pSMB->FileName, fromName, in CIFSUnixCreateSymLink()
2831 strncpy(pSMB->FileName, fromName, name_len); in CIFSUnixCreateSymLink()
2911 name_len = cifsConvertToUTF16((__le16 *) pSMB->FileName, toName, in CIFSUnixCreateHardLink()
2919 strncpy(pSMB->FileName, toName, name_len); in CIFSUnixCreateHardLink()
3073 cifsConvertToUTF16((__le16 *) pSMB->FileName, in CIFSSMBUnixQuerySymLink()
3081 strncpy(pSMB->FileName, searchName, name_len); in CIFSSMBUnixQuerySymLink()
3497 cifsConvertToUTF16((__le16 *) pSMB->FileName, in CIFSSMBGetPosixACL()
3502 pSMB->FileName[name_len] = 0; in CIFSSMBGetPosixACL()
3503 pSMB->FileName[name_len+1] = 0; in CIFSSMBGetPosixACL()
3507 strncpy(pSMB->FileName, searchName, name_len); in CIFSSMBGetPosixACL()
3585 cifsConvertToUTF16((__le16 *) pSMB->FileName, fileName, in CIFSSMBSetPosixACL()
3592 strncpy(pSMB->FileName, fileName, name_len); in CIFSSMBSetPosixACL()
3992 cifsConvertToUTF16((__le16 *) pSMB->FileName, in SMBQueryInformation()
4000 strncpy(pSMB->FileName, search_name, name_len); in SMBQueryInformation()
4131 cifsConvertToUTF16((__le16 *) pSMB->FileName, search_name, in CIFSSMBQPathInfo()
4138 strncpy(pSMB->FileName, search_name, name_len); in CIFSSMBQPathInfo()
4300 cifsConvertToUTF16((__le16 *) pSMB->FileName, searchName, in CIFSSMBUnixQPathInfo()
4307 strncpy(pSMB->FileName, searchName, name_len); in CIFSSMBUnixQPathInfo()
4390 cifsConvertToUTF16((__le16 *) pSMB->FileName, searchName, in CIFSFindFirst()
4397 pSMB->FileName[name_len] = CIFS_DIR_SEP(cifs_sb); in CIFSFindFirst()
4398 pSMB->FileName[name_len+1] = 0; in CIFSFindFirst()
4399 pSMB->FileName[name_len+2] = '*'; in CIFSFindFirst()
4400 pSMB->FileName[name_len+3] = 0; in CIFSFindFirst()
4403 pSMB->FileName[name_len] = 0; in CIFSFindFirst()
4404 pSMB->FileName[name_len+1] = 0; in CIFSFindFirst()
4412 strncpy(pSMB->FileName, searchName, name_len); in CIFSFindFirst()
4414 pSMB->FileName[name_len] = CIFS_DIR_SEP(cifs_sb); in CIFSFindFirst()
4415 pSMB->FileName[name_len+1] = '*'; in CIFSFindFirst()
4416 pSMB->FileName[name_len+2] = 0; in CIFSFindFirst()
4706 cifsConvertToUTF16((__le16 *) pSMB->FileName, in CIFSGetSrvInodeNumber()
4714 strncpy(pSMB->FileName, search_name, name_len); in CIFSGetSrvInodeNumber()
5559 cifsConvertToUTF16((__le16 *) pSMB->FileName, file_name, in CIFSSMBSetEOF()
5566 strncpy(pSMB->FileName, file_name, name_len); in CIFSSMBSetEOF()
5852 cifsConvertToUTF16((__le16 *) pSMB->FileName, fileName, in CIFSSMBSetPathInfo()
5859 strncpy(pSMB->FileName, fileName, name_len); in CIFSSMBSetPathInfo()
6095 cifsConvertToUTF16((__le16 *) pSMB->FileName, file_name, in CIFSSMBUnixSetPathInfo()
6102 strncpy(pSMB->FileName, file_name, name_len); in CIFSSMBUnixSetPathInfo()
6188 cifsConvertToUTF16((__le16 *) pSMB->FileName, searchName, in CIFSSMBQAllEAs()
6195 strncpy(pSMB->FileName, searchName, list_len); in CIFSSMBQAllEAs()
6369 cifsConvertToUTF16((__le16 *) pSMB->FileName, fileName, in CIFSSMBSetEA()
6376 strncpy(pSMB->FileName, fileName, name_len); in CIFSSMBSetEA()