Searched refs:cifs_fid (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/fs/cifs/ |
D | cifsglob.h | 206 struct cifs_fid; 300 struct cifs_fid *, FILE_ALL_INFO *); 360 void (*set_fid)(struct cifsFileInfo *, struct cifs_fid *, __u32); 363 struct cifs_fid *); 368 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *); 375 int (*sync_read)(const unsigned int, struct cifs_fid *, 379 int (*sync_write)(const unsigned int, struct cifs_fid *, 385 struct cifs_fid *, __u16, 389 struct cifs_fid *, 393 struct cifs_fid *); [all …]
|
D | smb1ops.c | 563 struct cifs_fid fid; in cifs_query_path_info() 609 struct cifs_fid *fid, FILE_ALL_INFO *data) in cifs_query_file_info() 712 cifs_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fid, __u32 oplock) in cifs_set_fid() 722 struct cifs_fid *fid) in cifs_close_file() 729 struct cifs_fid *fid) in cifs_flush_file() 735 cifs_sync_read(const unsigned int xid, struct cifs_fid *pfid, in cifs_sync_read() 744 cifs_sync_write(const unsigned int xid, struct cifs_fid *pfid, in cifs_sync_write() 760 struct cifs_fid fid; in smb_set_file_info() 838 struct cifs_fid *fid, __u16 search_flags, in cifs_query_dir_first() 852 struct cifs_fid *fid, __u16 search_flags, in cifs_query_dir_next() [all …]
|
D | cifsproto.h | 181 extern struct cifsFileInfo *cifs_new_fileinfo(struct cifs_fid *fid, 201 int xid, const struct cifs_fid *fid); 217 const char *path, const struct cifs_fid *pfid); 223 const struct cifs_fid *, u32 *); 252 extern void cifs_add_pending_open(struct cifs_fid *fid, 255 extern void cifs_add_pending_open_locked(struct cifs_fid *fid,
|
D | smb2ops.c | 688 struct cifs_fid *pfid; in open_shroot() 768 struct cifs_fid fid = { in open_shroot() 811 memcpy(tcon->crfid.fid, pfid, sizeof(struct cifs_fid)); in open_shroot() 857 struct cifs_fid fid; in smb3_qfs_tcon() 874 memcpy(&fid, cfid->fid, sizeof(struct cifs_fid)); in smb3_qfs_tcon() 903 struct cifs_fid fid; in smb2_qfs_tcon() 932 struct cifs_fid fid; in smb2_is_path_accessible() 971 struct cifs_fid *fid, FILE_ALL_INFO *data) in smb2_query_file_info() 1147 struct cifs_fid fid; in smb2_set_ea() 1398 smb2_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fid, __u32 oplock) in smb2_set_fid() [all …]
|
D | link.c | 309 struct cifs_fid fid; in cifs_query_mf_symlink() 353 struct cifs_fid fid; in cifs_create_mf_symlink() 390 struct cifs_fid fid; in smb3_query_mf_symlink() 451 struct cifs_fid fid; in smb3_create_mf_symlink()
|
D | dir.c | 228 __u32 *oplock, struct cifs_fid *fid) in cifs_do_create() 470 struct cifs_fid fid; in cifs_atomic_open() 585 struct cifs_fid fid; in cifs_create()
|
D | cifsacl.c | 1104 const struct cifs_fid *cifsfid, u32 *pacllen) in get_cifs_acl_by_fid() 1136 struct cifs_fid fid; in get_cifs_acl_by_path() 1197 struct cifs_fid fid; in set_cifs_acl() 1240 const char *path, const struct cifs_fid *pfid) in cifs_acl_to_fattr()
|
D | smb2file.c | 45 struct cifs_fid *fid = oparms->fid; in smb2_open_file()
|
D | misc.c | 655 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open_locked() 666 cifs_add_pending_open(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open()
|
D | inode.c | 450 struct cifs_fid fid; 919 const struct cifs_fid *fid) 1465 struct cifs_fid fid; 2007 struct cifs_fid fid;
|
D | smb2inode.c | 75 struct cifs_fid fid; in smb2_compound_op()
|
D | file.c | 178 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() 447 struct cifs_fid fid; in _cifsFileInfo_put() 528 struct cifs_fid fid; in cifs_open()
|
D | smb2pdu.c | 1903 create_reconnect_durable_buf(struct cifs_fid *fid) in create_reconnect_durable_buf() 2057 struct cifs_fid *pfid = oparms->fid; in create_durable_v2_buf() 2092 create_reconnect_durable_v2_buf(struct cifs_fid *fid) in create_reconnect_durable_v2_buf()
|
D | cifssmb.c | 118 memset(tcon->crfid.fid, 0, sizeof(struct cifs_fid)); in cifs_mark_open_files_invalid() 5814 struct cifs_fid fid; in CIFSSMBSetPathInfoFB()
|