Searched defs:cifs_open_parms (Results 1 – 1 of 1) sorted by relevance
1214 struct cifs_open_parms { struct1215 struct cifs_tcon *tcon;1216 struct cifs_sb_info *cifs_sb;1217 int disposition;1218 int desired_access;1219 int create_options;1220 const char *path;1221 struct cifs_fid *fid;1222 umode_t mode;1223 bool reconnect:1;