Searched defs:cifs_open_parms (Results 1 – 1 of 1) sorted by relevance
1393 struct cifs_open_parms { struct1394 struct cifs_tcon *tcon;1395 struct cifs_sb_info *cifs_sb;1396 int disposition;1397 int desired_access;1398 int create_options;1399 const char *path;1400 struct cifs_fid *fid;1401 umode_t mode;1402 bool reconnect:1;[all …]