Lines Matching refs:cifs_fid
184 struct cifs_fid;
264 struct cifs_fid *, FILE_ALL_INFO *);
314 void (*set_fid)(struct cifsFileInfo *, struct cifs_fid *, __u32);
317 struct cifs_fid *);
319 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *);
326 int (*sync_read)(const unsigned int, struct cifs_fid *,
330 int (*sync_write)(const unsigned int, struct cifs_fid *,
336 struct cifs_fid *, __u16,
340 struct cifs_fid *,
344 struct cifs_fid *);
350 int (*oplock_response)(struct cifs_tcon *, struct cifs_fid *,
364 void (*get_lease_key)(struct inode *, struct cifs_fid *);
366 void (*set_lease_key)(struct inode *, struct cifs_fid *);
368 void (*new_lease_key)(struct cifs_fid *);
399 const struct cifs_fid *, u32 *);
999 struct cifs_fid *fid;
1003 struct cifs_fid { struct
1027 struct cifs_fid fid; /* file id from remote */ argument