Searched defs:cifs_open_parms (Results 1 – 1 of 1) sorted by relevance
1432 struct cifs_open_parms { struct1433 struct cifs_tcon *tcon;1434 struct cifs_sb_info *cifs_sb;1435 int disposition;1436 int desired_access;1437 int create_options;1438 const char *path;1439 struct cifs_fid *fid;1440 umode_t mode;1441 bool reconnect:1;[all …]