Home
last modified time | relevance | path

Searched defs:fileName (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/client/
H A Dcifssmb.c837 const char *fileName, __u16 type, in CIFSPOSIXDelFile()
1234 const char *fileName, const int openDisposition, in SMBLegacyOpen()
3533 const unsigned char *fileName, const struct posix_acl *acl, in cifs_do_set_acl()
3618 const unsigned char *fileName, const struct posix_acl *acl, in cifs_do_set_acl()
5646 const char *fileName, __le32 attributes, __le64 write_time, in SMBSetInformation()
5833 const char *fileName, const FILE_BASIC_INFO *data, in CIFSSMBSetPathInfoFB()
5865 const char *fileName, const FILE_BASIC_INFO *data, in CIFSSMBSetPathInfo()
6340 const char *fileName, const char *ea_name, const void *ea_value, in CIFSSMBSetEA()
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()