Searched defs:cifs_open_parms (Results 1 – 1 of 1) sorted by relevance
1401 struct cifs_open_parms { struct1402 struct cifs_tcon *tcon;1403 struct cifs_sb_info *cifs_sb;1404 int disposition;1405 int desired_access;1406 int create_options;1407 const char *path;1408 struct cifs_fid *fid;1409 umode_t mode;1410 bool reconnect:1;[all …]