Home
last modified time | relevance | path

Searched refs:cifs_fid (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/fs/cifs/
Dcifsglob.h218 struct cifs_fid;
309 struct cifs_fid *, FILE_ALL_INFO *);
365 void (*set_fid)(struct cifsFileInfo *, struct cifs_fid *, __u32);
368 struct cifs_fid *);
370 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *);
377 int (*sync_read)(const unsigned int, struct cifs_fid *,
381 int (*sync_write)(const unsigned int, struct cifs_fid *,
387 struct cifs_fid *, __u16,
391 struct cifs_fid *,
395 struct cifs_fid *);
[all …]
Dsmb1ops.c564 struct cifs_fid fid; in cifs_query_path_info()
610 struct cifs_fid *fid, FILE_ALL_INFO *data) in cifs_query_file_info()
713 cifs_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fid, __u32 oplock) in cifs_set_fid()
723 struct cifs_fid *fid) in cifs_close_file()
730 struct cifs_fid *fid) in cifs_flush_file()
736 cifs_sync_read(const unsigned int xid, struct cifs_fid *pfid, in cifs_sync_read()
745 cifs_sync_write(const unsigned int xid, struct cifs_fid *pfid, in cifs_sync_write()
761 struct cifs_fid fid; in smb_set_file_info()
839 struct cifs_fid *fid, __u16 search_flags, in cifs_query_dir_first()
853 struct cifs_fid *fid, __u16 search_flags, in cifs_query_dir_next()
[all …]
Dcifsproto.h174 extern struct cifsFileInfo *cifs_new_fileinfo(struct cifs_fid *fid,
194 int xid, const struct cifs_fid *fid);
206 const char *path, const struct cifs_fid *pfid);
212 const struct cifs_fid *, u32 *);
238 extern void cifs_add_pending_open(struct cifs_fid *fid,
241 extern void cifs_add_pending_open_locked(struct cifs_fid *fid,
Dsmb2ops.c636 int open_shroot(unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *pfid) in open_shroot()
655 memcpy(pfid, tcon->crfid.fid, sizeof(struct cifs_fid)); in open_shroot()
721 struct cifs_fid fid = { in open_shroot()
763 memcpy(tcon->crfid.fid, pfid, sizeof(struct cifs_fid)); in open_shroot()
804 struct cifs_fid fid; in smb3_qfs_tcon()
846 struct cifs_fid fid; in smb2_qfs_tcon()
874 struct cifs_fid fid; in smb2_is_path_accessible()
915 struct cifs_fid *fid, FILE_ALL_INFO *data) in smb2_query_file_info()
1090 struct cifs_fid fid; in smb2_set_ea()
1307 smb2_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fid, __u32 oplock) in smb2_set_fid()
[all …]
Dlink.c309 struct cifs_fid fid; in cifs_query_mf_symlink()
353 struct cifs_fid fid; in cifs_create_mf_symlink()
394 struct cifs_fid fid; in smb3_query_mf_symlink()
457 struct cifs_fid fid; in smb3_create_mf_symlink()
Ddir.c228 __u32 *oplock, struct cifs_fid *fid) in cifs_do_create()
474 struct cifs_fid fid; in cifs_atomic_open()
590 struct cifs_fid fid; in cifs_create()
Dcifsacl.c1030 const struct cifs_fid *cifsfid, u32 *pacllen) in get_cifs_acl_by_fid()
1062 struct cifs_fid fid; in get_cifs_acl_by_path()
1126 struct cifs_fid fid; in set_cifs_acl()
1172 const char *path, const struct cifs_fid *pfid) in cifs_acl_to_fattr()
Dsmb2file.c45 struct cifs_fid *fid = oparms->fid; in smb2_open_file()
Dsmb2inode.c61 struct cifs_fid fid; in smb2_compound_op()
445 struct cifs_fid fid; in smb2_query_path_info()
Dmisc.c662 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open_locked()
673 cifs_add_pending_open(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open()
Dsmb2proto.h70 struct cifs_fid *pfid);
Dinode.c445 struct cifs_fid fid;
733 const struct cifs_fid *fid)
1197 struct cifs_fid fid;
1726 struct cifs_fid fid;
Dfile.c178 struct cifs_fid *fid, unsigned int xid) in cifs_nt_open()
292 cifs_new_fileinfo(struct cifs_fid *fid, struct file *file, in cifs_new_fileinfo()
410 struct cifs_fid fid; in _cifsFileInfo_put()
503 struct cifs_fid fid; in cifs_open()
Dsmb2pdu.c1860 create_reconnect_durable_buf(struct cifs_fid *fid) in create_reconnect_durable_buf()
1963 struct cifs_fid *pfid = oparms->fid; in create_durable_v2_buf()
1998 create_reconnect_durable_v2_buf(struct cifs_fid *fid) in create_reconnect_durable_v2_buf()
Dcifssmb.c115 memset(tcon->crfid.fid, 0, sizeof(struct cifs_fid)); in cifs_mark_open_files_invalid()