Lines Matching refs:oparms
1135 CIFS_open(const unsigned int xid, struct cifs_open_parms *oparms, int *oplock, in CIFS_open() argument
1144 struct cifs_sb_info *cifs_sb = oparms->cifs_sb; in CIFS_open()
1145 struct cifs_tcon *tcon = oparms->tcon; in CIFS_open()
1148 int create_options = oparms->create_options; in CIFS_open()
1149 int desired_access = oparms->desired_access; in CIFS_open()
1150 int disposition = oparms->disposition; in CIFS_open()
1151 const char *path = oparms->path; in CIFS_open()
1232 oparms->fid->netfid = rsp->Fid; in CIFS_open()
1233 oparms->fid->access = desired_access; in CIFS_open()
5330 struct cifs_open_parms oparms; in CIFSSMBSetPathInfoFB() local
5334 oparms = (struct cifs_open_parms) { in CIFSSMBSetPathInfoFB()
5344 rc = CIFS_open(xid, &oparms, &oplock, NULL); in CIFSSMBSetPathInfoFB()