Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dcifsglob.h233 struct cifs_fid;
390 void (*set_fid)(struct cifsFileInfo *, struct cifs_fid *, __u32);
393 struct cifs_fid *);
398 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *);
405 int (*sync_read)(const unsigned int, struct cifs_fid *,
409 int (*sync_write)(const unsigned int, struct cifs_fid *,
415 struct cifs_fid *, __u16,
419 struct cifs_fid *,
423 struct cifs_fid *);
431 int (*oplock_response)(struct cifs_tcon *, struct cifs_fid *,
[all …]
Dsmb1ops.c571 struct cifs_fid fid; in cifs_query_path_info()
744 cifs_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fid, __u32 oplock) in cifs_set_fid()
754 struct cifs_fid *fid) in cifs_close_file()
761 struct cifs_fid *fid) in cifs_flush_file()
767 cifs_sync_read(const unsigned int xid, struct cifs_fid *pfid, in cifs_sync_read()
776 cifs_sync_write(const unsigned int xid, struct cifs_fid *pfid, in cifs_sync_write()
792 struct cifs_fid fid; in smb_set_file_info()
870 struct cifs_fid *fid, __u16 search_flags, in cifs_query_dir_first()
884 struct cifs_fid *fid, __u16 search_flags, in cifs_query_dir_next()
892 struct cifs_fid *fid) in cifs_close_dir()
[all …]
Dcifsproto.h185 struct cifsFileInfo *cifs_new_fileinfo(struct cifs_fid *fid, struct file *file,
204 const struct cifs_fid *fid);
220 const char *path, const struct cifs_fid *pfid);
226 const struct cifs_fid *, u32 *, u32);
253 extern void cifs_add_pending_open(struct cifs_fid *fid,
256 extern void cifs_add_pending_open_locked(struct cifs_fid *fid,
Dlink.c268 struct cifs_fid fid; in cifs_query_mf_symlink()
312 struct cifs_fid fid; in cifs_create_mf_symlink()
350 struct cifs_fid fid; in smb3_query_mf_symlink()
411 struct cifs_fid fid; in smb3_create_mf_symlink()
Dcached_dir.h43 struct cifs_fid fid;
Dsmb2ops.c729 struct cifs_fid fid; in smb3_qfs_tcon()
741 memcpy(&fid, &cfid->fid, sizeof(struct cifs_fid)); in smb3_qfs_tcon()
772 struct cifs_fid fid; in smb2_qfs_tcon()
803 struct cifs_fid fid; in smb2_is_path_accessible()
867 struct cifs_fid *fid = &cfile->fid; in smb2_query_file_info()
1030 struct cifs_fid fid; in smb2_set_ea()
1285 smb2_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fid, __u32 oplock) in smb2_set_fid()
1304 struct cifs_fid *fid) in smb2_close_file()
1413 struct cifs_fid fid; in smb2_ioctl_query_info()
1752 struct cifs_fid *fid) in smb2_flush_file()
[all …]
Ddir.c170 struct cifs_fid *fid, struct cifs_open_info_data *buf)
416 struct cifs_fid fid = {};
539 struct cifs_fid fid;
Dcifsacl.c1384 const struct cifs_fid *cifsfid, u32 *pacllen, in get_cifs_acl_by_fid()
1417 struct cifs_fid fid; in get_cifs_acl_by_path()
1478 struct cifs_fid fid; in set_cifs_acl()
1522 const char *path, const struct cifs_fid *pfid) in cifs_acl_to_fattr()
Dsmb2file.c109 struct cifs_fid *fid = oparms->fid; in smb2_open_file()
Dmisc.c651 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open_locked()
662 cifs_add_pending_open(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open()
Dcached_dir.c123 struct cifs_fid *pfid; in open_cached_dir()
Dinode.c484 struct cifs_fid fid;
962 const struct cifs_fid *fid)
1492 struct cifs_fid fid;
2075 struct cifs_fid fid;
Dsmb2inode.c70 struct cifs_fid fid; in smb2_compound_op()
Dfile.c214 struct cifs_fid *fid, unsigned int xid, struct cifs_open_info_data *buf) in cifs_nt_open()
319 struct cifsFileInfo *cifs_new_fileinfo(struct cifs_fid *fid, struct file *file, in cifs_new_fileinfo()
492 struct cifs_fid fid = {}; in _cifsFileInfo_put()
574 struct cifs_fid fid = {}; in cifs_open()
Dsmb2pdu.c2053 create_reconnect_durable_buf(struct cifs_fid *fid) in create_reconnect_durable_buf()
2207 struct cifs_fid *pfid = oparms->fid; in create_durable_v2_buf()
2242 create_reconnect_durable_v2_buf(struct cifs_fid *fid) in create_reconnect_durable_v2_buf()
Dcifssmb.c5314 struct cifs_fid fid; in CIFSSMBSetPathInfoFB()