Searched defs:cifs_open_parms (Results 1 – 1 of 1) sorted by relevance
1338 struct cifs_open_parms { struct1339 struct cifs_tcon *tcon;1340 struct cifs_sb_info *cifs_sb;1341 int disposition;1342 int desired_access;1343 int create_options;1344 const char *path;1345 struct cifs_fid *fid;1346 umode_t mode;1347 bool reconnect:1;
Completed in 17 milliseconds