Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dcifsglob.h992 struct cifs_open_parms { struct
993 struct cifs_tcon *tcon;
994 struct cifs_sb_info *cifs_sb;
995 int disposition;
996 int desired_access;
997 int create_options;
998 const char *path;
999 struct cifs_fid *fid;
1000 bool reconnect:1;