Lines Matching refs:cifs_fid
188 struct cifs_fid;
268 struct cifs_fid *, FILE_ALL_INFO *);
318 void (*set_fid)(struct cifsFileInfo *, struct cifs_fid *, __u32);
321 struct cifs_fid *);
323 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *);
330 int (*sync_read)(const unsigned int, struct cifs_fid *,
334 int (*sync_write)(const unsigned int, struct cifs_fid *,
340 struct cifs_fid *, __u16,
344 struct cifs_fid *,
348 struct cifs_fid *);
354 int (*oplock_response)(struct cifs_tcon *, struct cifs_fid *,
368 void (*get_lease_key)(struct inode *, struct cifs_fid *);
370 void (*set_lease_key)(struct inode *, struct cifs_fid *);
372 void (*new_lease_key)(struct cifs_fid *);
408 const struct cifs_fid *, u32 *);
1013 struct cifs_fid *fid;
1017 struct cifs_fid { struct
1042 struct cifs_fid fid; /* file id from remote */ argument