Searched defs:cifs_open_parms (Results 1 – 1 of 1) sorted by relevance
1396 struct cifs_open_parms { struct1397 struct cifs_tcon *tcon;1398 struct cifs_sb_info *cifs_sb;1399 int disposition;1400 int desired_access;1401 int create_options;1402 const char *path;1403 struct cifs_fid *fid;1404 umode_t mode;1405 bool reconnect:1;[all …]