Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsproto.h486 extern int CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon,
H A Dfile.c493 rc = CIFSPOSIXCreate(xid, tcon, posix_flags, mode, pnetfid, presp_data, in cifs_posix_open()
H A Dinode.c2164 rc = CIFSPOSIXCreate(xid, tcon, SMB_O_DIRECTORY | SMB_O_CREAT, mode,
H A Dcifssmb.c879 CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon, in CIFSPOSIXCreate() function