Searched defs:cifs_open_parms (Results 1 – 1 of 1) sorted by relevance
1447 struct cifs_open_parms { struct1448 struct cifs_tcon *tcon;1449 struct cifs_sb_info *cifs_sb;1450 int disposition;1451 int desired_access;1452 int create_options;1453 const char *path;1454 struct cifs_fid *fid;1455 umode_t mode;1456 bool reconnect:1;[all …]