Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dcifsglob.h1341 struct cifs_open_parms { struct
1342 struct cifs_tcon *tcon;
1343 struct cifs_sb_info *cifs_sb;
1344 int disposition;
1345 int desired_access;
1346 int create_options;
1347 const char *path;
1348 struct cifs_fid *fid;
1349 umode_t mode;
1350 bool reconnect:1;