Lines Matching refs:FileName
808 cifsConvertToUTF16((__le16 *) pSMB->FileName, fileName, in CIFSPOSIXDelFile()
815 strncpy(pSMB->FileName, fileName, name_len); in CIFSPOSIXDelFile()
1023 cifsConvertToUTF16((__le16 *) pSMB->FileName, name, in CIFSPOSIXCreate()
1030 strncpy(pSMB->FileName, name, name_len); in CIFSPOSIXCreate()
2828 cifsConvertToUTF16((__le16 *) pSMB->FileName, fromName, in CIFSUnixCreateSymLink()
2837 strncpy(pSMB->FileName, fromName, name_len); in CIFSUnixCreateSymLink()
2917 name_len = cifsConvertToUTF16((__le16 *) pSMB->FileName, toName, in CIFSUnixCreateHardLink()
2925 strncpy(pSMB->FileName, toName, name_len); in CIFSUnixCreateHardLink()
3079 cifsConvertToUTF16((__le16 *) pSMB->FileName, in CIFSSMBUnixQuerySymLink()
3087 strncpy(pSMB->FileName, searchName, name_len); in CIFSSMBUnixQuerySymLink()
3503 cifsConvertToUTF16((__le16 *) pSMB->FileName, in CIFSSMBGetPosixACL()
3508 pSMB->FileName[name_len] = 0; in CIFSSMBGetPosixACL()
3509 pSMB->FileName[name_len+1] = 0; in CIFSSMBGetPosixACL()
3513 strncpy(pSMB->FileName, searchName, name_len); in CIFSSMBGetPosixACL()
3591 cifsConvertToUTF16((__le16 *) pSMB->FileName, fileName, in CIFSSMBSetPosixACL()
3598 strncpy(pSMB->FileName, fileName, name_len); in CIFSSMBSetPosixACL()
3998 cifsConvertToUTF16((__le16 *) pSMB->FileName, in SMBQueryInformation()
4006 strncpy(pSMB->FileName, search_name, name_len); in SMBQueryInformation()
4137 cifsConvertToUTF16((__le16 *) pSMB->FileName, search_name, in CIFSSMBQPathInfo()
4144 strncpy(pSMB->FileName, search_name, name_len); in CIFSSMBQPathInfo()
4306 cifsConvertToUTF16((__le16 *) pSMB->FileName, searchName, in CIFSSMBUnixQPathInfo()
4313 strncpy(pSMB->FileName, searchName, name_len); in CIFSSMBUnixQPathInfo()
4396 cifsConvertToUTF16((__le16 *) pSMB->FileName, searchName, in CIFSFindFirst()
4403 pSMB->FileName[name_len] = CIFS_DIR_SEP(cifs_sb); in CIFSFindFirst()
4404 pSMB->FileName[name_len+1] = 0; in CIFSFindFirst()
4405 pSMB->FileName[name_len+2] = '*'; in CIFSFindFirst()
4406 pSMB->FileName[name_len+3] = 0; in CIFSFindFirst()
4409 pSMB->FileName[name_len] = 0; in CIFSFindFirst()
4410 pSMB->FileName[name_len+1] = 0; in CIFSFindFirst()
4418 strncpy(pSMB->FileName, searchName, name_len); in CIFSFindFirst()
4420 pSMB->FileName[name_len] = CIFS_DIR_SEP(cifs_sb); in CIFSFindFirst()
4421 pSMB->FileName[name_len+1] = '*'; in CIFSFindFirst()
4422 pSMB->FileName[name_len+2] = 0; in CIFSFindFirst()
4712 cifsConvertToUTF16((__le16 *) pSMB->FileName, in CIFSGetSrvInodeNumber()
4720 strncpy(pSMB->FileName, search_name, name_len); in CIFSGetSrvInodeNumber()
5565 cifsConvertToUTF16((__le16 *) pSMB->FileName, file_name, in CIFSSMBSetEOF()
5572 strncpy(pSMB->FileName, file_name, name_len); in CIFSSMBSetEOF()
5858 cifsConvertToUTF16((__le16 *) pSMB->FileName, fileName, in CIFSSMBSetPathInfo()
5865 strncpy(pSMB->FileName, fileName, name_len); in CIFSSMBSetPathInfo()
6101 cifsConvertToUTF16((__le16 *) pSMB->FileName, file_name, in CIFSSMBUnixSetPathInfo()
6108 strncpy(pSMB->FileName, file_name, name_len); in CIFSSMBUnixSetPathInfo()
6194 cifsConvertToUTF16((__le16 *) pSMB->FileName, searchName, in CIFSSMBQAllEAs()
6201 strncpy(pSMB->FileName, searchName, list_len); in CIFSSMBQAllEAs()
6375 cifsConvertToUTF16((__le16 *) pSMB->FileName, fileName, in CIFSSMBSetEA()
6382 strncpy(pSMB->FileName, fileName, name_len); in CIFSSMBSetEA()