Searched refs:fileName (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/smb/client/ |
| H A D | cifssmb.c | 683 const char *fileName, __u16 type, in CIFSPOSIXDelFile() argument 708 name_len = copy_path_name(pSMB->FileName, fileName); in CIFSPOSIXDelFile() 782 name_len = copy_path_name(pSMB->fileName, name); in CIFSSMBDelFile() 1073 const char *fileName, const int openDisposition, in SMBLegacyOpen() argument 1097 fileName, PATH_MAX, nls_codepage, remap); in SMBLegacyOpen() 1102 name_len = copy_path_name(pSMB->fileName, fileName); in SMBLegacyOpen() 1216 name_len = copy_path_name(req->fileName, path); in CIFS_open() 5197 cifsConvertToUTF16((__le16 *) pSMB->fileName, in SMBSetInformation() 5198 fileName, PATH_MAX, nls_codepage, in SMBSetInformation() 5203 name_len = copy_path_name(pSMB->fileName, fileName); in SMBSetInformation() [all …]
|
| H A D | cifsproto.h | 399 const char *fileName, __le32 attributes, __le64 write_time, 403 const char *fileName, const FILE_BASIC_INFO *data, 491 const char *fileName, const int disposition, 564 const char *fileName, const char *ea_name, 577 const unsigned char *fileName,
|
| H A D | cifspdu.h | 905 char fileName[]; member 982 char fileName[]; member 1218 unsigned char fileName[]; member 1273 unsigned char fileName[]; member
|
| /linux-6.15/tools/testing/selftests/x86/ |
| H A D | lam.c | 1087 uint8_t file_Exists(const char *fileName) in file_Exists() argument 1091 uint8_t ret = (stat(fileName, &buffer) == 0); in file_Exists()
|