Lines Matching refs:FileName

849 		    cifsConvertToUTF16((__le16 *) pSMB->FileName, fileName,  in CIFSPOSIXDelFile()
856 strncpy(pSMB->FileName, fileName, name_len); in CIFSPOSIXDelFile()
1064 cifsConvertToUTF16((__le16 *) pSMB->FileName, name, in CIFSPOSIXCreate()
1071 strncpy(pSMB->FileName, name, name_len); in CIFSPOSIXCreate()
2897 cifsConvertToUTF16((__le16 *) pSMB->FileName, fromName, in CIFSUnixCreateSymLink()
2906 strncpy(pSMB->FileName, fromName, name_len); in CIFSUnixCreateSymLink()
2986 name_len = cifsConvertToUTF16((__le16 *) pSMB->FileName, toName, in CIFSUnixCreateHardLink()
2994 strncpy(pSMB->FileName, toName, name_len); in CIFSUnixCreateHardLink()
3148 cifsConvertToUTF16((__le16 *) pSMB->FileName, in CIFSSMBUnixQuerySymLink()
3156 strncpy(pSMB->FileName, searchName, name_len); in CIFSSMBUnixQuerySymLink()
3574 cifsConvertToUTF16((__le16 *) pSMB->FileName, in CIFSSMBGetPosixACL()
3579 pSMB->FileName[name_len] = 0; in CIFSSMBGetPosixACL()
3580 pSMB->FileName[name_len+1] = 0; in CIFSSMBGetPosixACL()
3584 strncpy(pSMB->FileName, searchName, name_len); in CIFSSMBGetPosixACL()
3662 cifsConvertToUTF16((__le16 *) pSMB->FileName, fileName, in CIFSSMBSetPosixACL()
3669 strncpy(pSMB->FileName, fileName, name_len); in CIFSSMBSetPosixACL()
4070 cifsConvertToUTF16((__le16 *) pSMB->FileName, in SMBQueryInformation()
4078 strncpy(pSMB->FileName, search_name, name_len); in SMBQueryInformation()
4209 cifsConvertToUTF16((__le16 *) pSMB->FileName, search_name, in CIFSSMBQPathInfo()
4216 strncpy(pSMB->FileName, search_name, name_len); in CIFSSMBQPathInfo()
4378 cifsConvertToUTF16((__le16 *) pSMB->FileName, searchName, in CIFSSMBUnixQPathInfo()
4385 strncpy(pSMB->FileName, searchName, name_len); in CIFSSMBUnixQPathInfo()
4468 cifsConvertToUTF16((__le16 *) pSMB->FileName, searchName, in CIFSFindFirst()
4475 pSMB->FileName[name_len] = CIFS_DIR_SEP(cifs_sb); in CIFSFindFirst()
4476 pSMB->FileName[name_len+1] = 0; in CIFSFindFirst()
4477 pSMB->FileName[name_len+2] = '*'; in CIFSFindFirst()
4478 pSMB->FileName[name_len+3] = 0; in CIFSFindFirst()
4481 pSMB->FileName[name_len] = 0; in CIFSFindFirst()
4482 pSMB->FileName[name_len+1] = 0; in CIFSFindFirst()
4490 strncpy(pSMB->FileName, searchName, name_len); in CIFSFindFirst()
4492 pSMB->FileName[name_len] = CIFS_DIR_SEP(cifs_sb); in CIFSFindFirst()
4493 pSMB->FileName[name_len+1] = '*'; in CIFSFindFirst()
4494 pSMB->FileName[name_len+2] = 0; in CIFSFindFirst()
4785 cifsConvertToUTF16((__le16 *) pSMB->FileName, in CIFSGetSrvInodeNumber()
4793 strncpy(pSMB->FileName, search_name, name_len); in CIFSGetSrvInodeNumber()
5530 cifsConvertToUTF16((__le16 *) pSMB->FileName, file_name, in CIFSSMBSetEOF()
5537 strncpy(pSMB->FileName, file_name, name_len); in CIFSSMBSetEOF()
5826 cifsConvertToUTF16((__le16 *) pSMB->FileName, fileName, in CIFSSMBSetPathInfo()
5833 strncpy(pSMB->FileName, fileName, name_len); in CIFSSMBSetPathInfo()
6070 cifsConvertToUTF16((__le16 *) pSMB->FileName, file_name, in CIFSSMBUnixSetPathInfo()
6077 strncpy(pSMB->FileName, file_name, name_len); in CIFSSMBUnixSetPathInfo()
6165 cifsConvertToUTF16((__le16 *) pSMB->FileName, searchName, in CIFSSMBQAllEAs()
6172 strncpy(pSMB->FileName, searchName, list_len); in CIFSSMBQAllEAs()
6347 cifsConvertToUTF16((__le16 *) pSMB->FileName, fileName, in CIFSSMBSetEA()
6354 strncpy(pSMB->FileName, fileName, name_len); in CIFSSMBSetEA()