Searched defs:cifs_io_parms (Results 1 – 1 of 1) sorted by relevance
1259 struct cifs_io_parms { struct1260 __u16 netfid;1261 __u64 persistent_fid; /* persist file id for smb2 */1262 __u64 volatile_fid; /* volatile file id for smb2 */1263 __u32 pid;1264 __u64 offset;1265 unsigned int length;1266 struct cifs_tcon *tcon;1267 struct TCP_Server_Info *server;