Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsglob.h1392 struct cifs_open_parms { struct
1393 struct cifs_tcon *tcon;
1394 struct cifs_sb_info *cifs_sb;
1395 int disposition;
1396 int desired_access;
1397 int create_options;
1398 const char *path;
1399 struct cifs_fid *fid;
1400 umode_t mode;
1401 bool reconnect:1;
[all …]