Searched refs:cifs_fid (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/fs/smb/client/ |
D | cifsglob.h | 268 struct cifs_fid; 440 void (*set_fid)(struct cifsFileInfo *, struct cifs_fid *, __u32); 443 struct cifs_fid *); 448 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *); 454 int (*sync_read)(const unsigned int, struct cifs_fid *, 458 int (*sync_write)(const unsigned int, struct cifs_fid *, 464 struct cifs_fid *, __u16, 468 struct cifs_fid *, 472 struct cifs_fid *); 494 void (*get_lease_key)(struct inode *, struct cifs_fid *); [all …]
|
D | smb1ops.c | 574 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()
|
D | link.c | 256 struct cifs_fid fid; in cifs_query_mf_symlink() 301 struct cifs_fid fid; in cifs_create_mf_symlink() 340 struct cifs_fid fid; in smb3_query_mf_symlink() 403 struct cifs_fid fid; in smb3_create_mf_symlink()
|
D | cifsproto.h | 194 struct cifsFileInfo *cifs_new_fileinfo(struct cifs_fid *fid, struct file *file, 214 const struct cifs_fid *fid); 233 const char *path, const struct cifs_fid *pfid); 239 const struct cifs_fid *pfid, u32 *plen, u32 info); 273 extern void cifs_add_pending_open(struct cifs_fid *fid, 276 extern void cifs_add_pending_open_locked(struct cifs_fid *fid,
|
D | cached_dir.h | 43 struct cifs_fid fid;
|
D | smb2ops.c | 849 struct cifs_fid fid; in smb3_qfs_tcon() 863 memcpy(&fid, &cfid->fid, sizeof(struct cifs_fid)); in smb3_qfs_tcon() 894 struct cifs_fid fid; in smb2_qfs_tcon() 926 struct cifs_fid fid; in smb2_is_path_accessible() 996 struct cifs_fid *fid = &cfile->fid; in smb2_query_file_info() 1158 struct cifs_fid fid; in smb2_set_ea() 1435 smb2_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fid, __u32 oplock) in smb2_set_fid() 1454 struct cifs_fid *fid) in smb2_close_file() 1557 struct cifs_fid fid; in smb2_ioctl_query_info() 1922 struct cifs_fid *fid) in smb2_flush_file() [all …]
|
D | dir.c | 179 struct cifs_fid *fid, struct cifs_open_info_data *buf) 441 struct cifs_fid fid = {}; 564 struct cifs_fid fid;
|
D | cifsacl.c | 1389 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()
|
D | smb2file.c | 110 struct cifs_fid *fid = oparms->fid; in smb2_open_file()
|
D | inode.c | 529 struct cifs_fid fid; in cifs_sfu_type() 1135 const struct cifs_fid *fid, in cifs_get_fattr() 1302 const struct cifs_fid *fid) in cifs_get_inode_info() 1669 struct cifs_fid fid; in cifs_rename_pending_delete() 2259 struct cifs_fid fid;
|
D | misc.c | 674 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open_locked() 685 cifs_add_pending_open(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open()
|
D | cached_dir.c | 143 struct cifs_fid *pfid; in open_cached_dir()
|
D | file.c | 528 struct cifs_fid *fid, unsigned int xid, struct cifs_open_info_data *buf) in cifs_nt_open() 649 struct cifsFileInfo *cifs_new_fileinfo(struct cifs_fid *fid, struct file *file, in cifs_new_fileinfo() 857 struct cifs_fid fid = {}; in _cifsFileInfo_put() 954 struct cifs_fid fid = {}; in cifs_open()
|
D | reparse.c | 115 struct cifs_fid fid; in detect_directory_symlink_target()
|
D | smb2inode.c | 186 struct cifs_fid fid; in smb2_compound_op()
|
D | smb2pdu.c | 2265 create_reconnect_durable_buf(struct cifs_fid *fid) in create_reconnect_durable_buf() 2433 struct cifs_fid *pfid = oparms->fid; in create_durable_v2_buf() 2473 create_reconnect_durable_v2_buf(struct cifs_fid *fid) in create_reconnect_durable_v2_buf()
|
D | cifssmb.c | 2749 struct cifs_fid fid; in cifs_query_reparse_point() 5339 struct cifs_fid fid; in CIFSSMBSetPathInfoFB()
|