Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
Dcifssmb.c683 const char *fileName, __u16 type, in CIFSPOSIXDelFile()
1073 const char *fileName, const int openDisposition, in SMBLegacyOpen()
3136 const unsigned char *fileName, const struct posix_acl *acl, in cifs_do_set_acl()
3219 const unsigned char *fileName, const struct posix_acl *acl, in cifs_do_set_acl()
5176 const char *fileName, __le32 attributes, __le64 write_time, in SMBSetInformation()
5362 const char *fileName, const FILE_BASIC_INFO *data, in CIFSSMBSetPathInfoFB()
5394 const char *fileName, const FILE_BASIC_INFO *data, in CIFSSMBSetPathInfo()
5861 const char *fileName, const char *ea_name, const void *ea_value, in CIFSSMBSetEA()
Dcifspdu.h905 char fileName[]; member
982 char fileName[]; member
1218 unsigned char fileName[]; member
1273 unsigned char fileName[]; member
/linux-6.15/tools/testing/selftests/x86/
Dlam.c1087 uint8_t file_Exists(const char *fileName) in file_Exists()