Lines Matching defs:cifs_open_parms
1371 struct cifs_open_parms { struct
1372 struct cifs_tcon *tcon;
1373 struct cifs_sb_info *cifs_sb;
1374 int disposition;
1375 int desired_access;
1376 int create_options;
1377 const char *path;
1378 struct cifs_fid *fid;
1379 umode_t mode;
1380 bool reconnect:1;
1381 bool replay:1; /* indicates that this open is for a replay */