Home
last modified time | relevance | path

Searched defs:cifs_open_parms (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/cifs/
Dcifsglob.h1097 struct cifs_open_parms { struct
1098 struct cifs_tcon *tcon;
1099 struct cifs_sb_info *cifs_sb;
1100 int disposition;
1101 int desired_access;
1102 int create_options;
1103 const char *path;
1104 struct cifs_fid *fid;
1105 umode_t mode;
1106 bool reconnect:1;