Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dcifsglob.h1228 struct cifs_open_parms { struct
1229 struct cifs_tcon *tcon;
1230 struct cifs_sb_info *cifs_sb;
1231 int disposition;
1232 int desired_access;
1233 int create_options;
1234 const char *path;
1235 struct cifs_fid *fid;
1236 umode_t mode;
1237 bool reconnect:1;

Completed in 16 milliseconds