Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifssmb.c696 const char *fileName, __u16 type, in CIFSPOSIXDelFile()
1093 const char *fileName, const int openDisposition, in SMBLegacyOpen()
3392 const unsigned char *fileName, const struct posix_acl *acl, in cifs_do_set_acl()
3477 const unsigned char *fileName, const struct posix_acl *acl, in cifs_do_set_acl()
5505 const char *fileName, __le32 attributes, __le64 write_time, in SMBSetInformation()
5692 const char *fileName, const FILE_BASIC_INFO *data, in CIFSSMBSetPathInfoFB()
5724 const char *fileName, const FILE_BASIC_INFO *data, in CIFSSMBSetPathInfo()
6199 const char *fileName, const char *ea_name, const void *ea_value, in CIFSSMBSetEA()
H A Dcifspdu.h779 char fileName[]; member
856 char fileName[]; member
1092 unsigned char fileName[]; member
1147 unsigned char fileName[]; member
/linux/tools/testing/selftests/x86/
H A Dlam.c1089 uint8_t file_Exists(const char *fileName) in file_Exists()