Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dcifsproto.h488 extern int CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon,
Dinode.c2046 rc = CIFSPOSIXCreate(xid, tcon, SMB_O_DIRECTORY | SMB_O_CREAT, mode,
Dfile.c491 rc = CIFSPOSIXCreate(xid, tcon, posix_flags, mode, pnetfid, presp_data, in cifs_posix_open()
Dcifssmb.c873 CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon, in CIFSPOSIXCreate() function