Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dcifsglob.h1327 struct cifs_open_parms { struct
1328 struct cifs_tcon *tcon;
1329 struct cifs_sb_info *cifs_sb;
1330 int disposition;
1331 int desired_access;
1332 int create_options;
1333 const char *path;
1334 struct cifs_fid *fid;
1335 umode_t mode;
1336 bool reconnect:1;