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