Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Dcifsglob.h1356 struct cifs_open_parms { struct
1357 struct cifs_tcon *tcon;
1358 struct cifs_sb_info *cifs_sb;
1359 int disposition;
1360 int desired_access;
1361 int create_options;
1362 const char *path;
1363 struct cifs_fid *fid;
1364 umode_t mode;
1365 bool reconnect:1;