Searched defs:cifs_open_parms (Results 1 – 1 of 1) sorted by relevance
992 struct cifs_open_parms { struct993 struct cifs_tcon *tcon;994 struct cifs_sb_info *cifs_sb;995 int disposition;996 int desired_access;997 int create_options;998 const char *path;999 struct cifs_fid *fid;1000 bool reconnect:1;