Searched defs:cifs_open_parms (Results 1 – 1 of 1) sorted by relevance
1275 struct cifs_open_parms { struct1276 struct cifs_tcon *tcon;1277 struct cifs_sb_info *cifs_sb;1278 int disposition;1279 int desired_access;1280 int create_options;1281 const char *path;1282 struct cifs_fid *fid;1283 umode_t mode;1284 bool reconnect:1;