Home
last modified time | relevance | path

Searched refs:fileName (Results 1 – 4 of 4) sorted by relevance

/linux/fs/smb/client/
H A Dsmb1proto.h41 const char *fileName, __u16 type,
57 const char *fileName, const int openDisposition,
126 const unsigned char *fileName, const struct posix_acl *acl,
188 const char *fileName, __le32 attributes,
198 const char *fileName, const FILE_BASIC_INFO *data,
213 const char *fileName, const char *ea_name,
H A Dcifssmb.c837 const char *fileName, __u16 type, in CIFSPOSIXDelFile() argument
859 cifsConvertToUTF16((__le16 *) pSMB->FileName, fileName, in CIFSPOSIXDelFile()
864 name_len = copy_path_name(pSMB->FileName, fileName); in CIFSPOSIXDelFile()
931 name_len = cifsConvertToUTF16((__le16 *) pSMB->fileName, name, in CIFSSMBDelFile()
937 name_len = copy_path_name(pSMB->fileName, name); in CIFSSMBDelFile()
1234 const char *fileName, const int openDisposition, in SMBLegacyOpen() argument
1259 cifsConvertToUTF16((__le16 *) (pSMB->fileName + 1), in SMBLegacyOpen()
1260 fileName, PATH_MAX, nls_codepage, remap); in SMBLegacyOpen()
1265 name_len = copy_path_name(pSMB->fileName, fileName); in SMBLegacyOpen()
1371 name_len = cifsConvertToUTF16((__le16 *)(req->fileName + 1), in CIFS_open()
[all …]
H A Dsmb1pdu.h745 char fileName[]; member
822 char fileName[]; member
1058 unsigned char fileName[]; member
1113 unsigned char fileName[]; member
/linux/tools/testing/selftests/x86/
H A Dlam.c1089 uint8_t file_Exists(const char *fileName) in file_Exists() argument
1093 uint8_t ret = (stat(fileName, &buffer) == 0); in file_Exists()