Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dcifsglob.h239 struct cifs_fid;
404 void (*set_fid)(struct cifsFileInfo *, struct cifs_fid *, __u32);
407 struct cifs_fid *);
412 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *);
419 int (*sync_read)(const unsigned int, struct cifs_fid *,
423 int (*sync_write)(const unsigned int, struct cifs_fid *,
429 struct cifs_fid *, __u16,
433 struct cifs_fid *,
437 struct cifs_fid *);
459 void (*get_lease_key)(struct inode *, struct cifs_fid *);
[all …]
Dsmb1ops.c574 struct cifs_fid fid; in cifs_query_path_info()
748 cifs_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fid, __u32 oplock) in cifs_set_fid()
758 struct cifs_fid *fid) in cifs_close_file()
765 struct cifs_fid *fid) in cifs_flush_file()
771 cifs_sync_read(const unsigned int xid, struct cifs_fid *pfid, in cifs_sync_read()
780 cifs_sync_write(const unsigned int xid, struct cifs_fid *pfid, in cifs_sync_write()
796 struct cifs_fid fid; in smb_set_file_info()
875 struct cifs_fid *fid, __u16 search_flags, in cifs_query_dir_first()
889 struct cifs_fid *fid, __u16 search_flags, in cifs_query_dir_next()
897 struct cifs_fid *fid) in cifs_close_dir()
[all …]
Dcifsproto.h190 struct cifsFileInfo *cifs_new_fileinfo(struct cifs_fid *fid, struct file *file,
209 const struct cifs_fid *fid);
228 const char *path, const struct cifs_fid *pfid);
234 const struct cifs_fid *, u32 *, u32);
272 extern void cifs_add_pending_open(struct cifs_fid *fid,
275 extern void cifs_add_pending_open_locked(struct cifs_fid *fid,
Dlink.c268 struct cifs_fid fid; in cifs_query_mf_symlink()
313 struct cifs_fid fid; in cifs_create_mf_symlink()
352 struct cifs_fid fid; in smb3_query_mf_symlink()
415 struct cifs_fid fid; in smb3_create_mf_symlink()
Dcached_dir.h43 struct cifs_fid fid;
Dsmb2ops.c796 struct cifs_fid fid; in smb3_qfs_tcon()
810 memcpy(&fid, &cfid->fid, sizeof(struct cifs_fid)); in smb3_qfs_tcon()
841 struct cifs_fid fid; in smb2_qfs_tcon()
873 struct cifs_fid fid; in smb2_is_path_accessible()
943 struct cifs_fid *fid = &cfile->fid; in smb2_query_file_info()
1105 struct cifs_fid fid; in smb2_set_ea()
1362 smb2_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fid, __u32 oplock) in smb2_set_fid()
1381 struct cifs_fid *fid) in smb2_close_file()
1481 struct cifs_fid fid; in smb2_ioctl_query_info()
1820 struct cifs_fid *fid) in smb2_flush_file()
[all …]
Ddir.c179 struct cifs_fid *fid, struct cifs_open_info_data *buf)
426 struct cifs_fid fid = {};
549 struct cifs_fid fid;
Dcifsacl.c1389 const struct cifs_fid *cifsfid, u32 *pacllen, in get_cifs_acl_by_fid()
1422 struct cifs_fid fid; in get_cifs_acl_by_path()
1484 struct cifs_fid fid; in set_cifs_acl()
1529 const char *path, const struct cifs_fid *pfid) in cifs_acl_to_fattr()
Dsmb2file.c110 struct cifs_fid *fid = oparms->fid; in smb2_open_file()
Dmisc.c665 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open_locked()
676 cifs_add_pending_open(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open()
Dinode.c509 struct cifs_fid fid; in cifs_sfu_type()
1058 const struct cifs_fid *fid, in cifs_get_fattr()
1219 const struct cifs_fid *fid) in cifs_get_inode_info()
1568 struct cifs_fid fid; in cifs_rename_pending_delete()
2152 struct cifs_fid fid;
Dcached_dir.c143 struct cifs_fid *pfid; in open_cached_dir()
Dsmb2inode.c59 struct cifs_fid fid; in smb2_compound_op()
Dfile.c340 struct cifs_fid *fid, unsigned int xid, struct cifs_open_info_data *buf) in cifs_nt_open()
446 struct cifsFileInfo *cifs_new_fileinfo(struct cifs_fid *fid, struct file *file, in cifs_new_fileinfo()
619 struct cifs_fid fid = {}; in _cifsFileInfo_put()
701 struct cifs_fid fid = {}; in cifs_open()
Dsmb2pdu.c2075 create_reconnect_durable_buf(struct cifs_fid *fid) in create_reconnect_durable_buf()
2224 struct cifs_fid *pfid = oparms->fid; in create_durable_v2_buf()
2259 create_reconnect_durable_v2_buf(struct cifs_fid *fid) in create_reconnect_durable_v2_buf()
Dcifssmb.c5323 struct cifs_fid fid; in CIFSSMBSetPathInfoFB()