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