Searched refs:cifs_fid (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/fs/cifs/ |
D | cifsglob.h | 211 struct cifs_fid; 298 struct cifs_fid *, FILE_ALL_INFO *); 352 void (*set_fid)(struct cifsFileInfo *, struct cifs_fid *, __u32); 355 struct cifs_fid *); 357 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *); 364 int (*sync_read)(const unsigned int, struct cifs_fid *, 368 int (*sync_write)(const unsigned int, struct cifs_fid *, 374 struct cifs_fid *, __u16, 378 struct cifs_fid *, 382 struct cifs_fid *); [all …]
|
D | smb1ops.c | 573 struct cifs_fid fid; in cifs_query_path_info() 619 struct cifs_fid *fid, FILE_ALL_INFO *data) in cifs_query_file_info() 722 cifs_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fid, __u32 oplock) in cifs_set_fid() 732 struct cifs_fid *fid) in cifs_close_file() 739 struct cifs_fid *fid) in cifs_flush_file() 745 cifs_sync_read(const unsigned int xid, struct cifs_fid *pfid, in cifs_sync_read() 754 cifs_sync_write(const unsigned int xid, struct cifs_fid *pfid, in cifs_sync_write() 770 struct cifs_fid fid; in smb_set_file_info() 848 struct cifs_fid *fid, __u16 search_flags, in cifs_query_dir_first() 862 struct cifs_fid *fid, __u16 search_flags, in cifs_query_dir_next() [all …]
|
D | cifsproto.h | 162 extern struct cifsFileInfo *cifs_new_fileinfo(struct cifs_fid *fid, 182 int xid, const struct cifs_fid *fid); 193 const char *path, const struct cifs_fid *pfid); 199 const struct cifs_fid *, u32 *); 225 extern void cifs_add_pending_open(struct cifs_fid *fid, 228 extern void cifs_add_pending_open_locked(struct cifs_fid *fid,
|
D | smb2ops.c | 506 int open_shroot(unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *pfid) in open_shroot() 516 memcpy(pfid, tcon->crfid.fid, sizeof(struct cifs_fid)); in open_shroot() 531 memcpy(tcon->crfid.fid, pfid, sizeof(struct cifs_fid)); in open_shroot() 548 struct cifs_fid fid; in smb3_qfs_tcon() 592 struct cifs_fid fid; in smb2_qfs_tcon() 621 struct cifs_fid fid; in smb2_is_path_accessible() 662 struct cifs_fid *fid, FILE_ALL_INFO *data) in smb2_query_file_info() 774 struct cifs_fid fid; in smb2_query_eas() 852 struct cifs_fid fid; in smb2_set_ea() 1010 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() 394 struct cifs_fid fid; in smb3_query_mf_symlink() 457 struct cifs_fid fid; in smb3_create_mf_symlink()
|
D | dir.c | 229 __u32 *oplock, struct cifs_fid *fid) in cifs_do_create() 475 struct cifs_fid fid; in cifs_atomic_open() 591 struct cifs_fid fid; in cifs_create() 632 struct cifs_fid fid; in cifs_mknod()
|
D | misc.c | 123 ret_buf->crfid.fid = kzalloc(sizeof(struct cifs_fid), in tconInfoAlloc() 621 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open_locked() 632 cifs_add_pending_open(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open()
|
D | cifsacl.c | 990 const struct cifs_fid *cifsfid, u32 *pacllen) in get_cifs_acl_by_fid() 1022 struct cifs_fid fid; in get_cifs_acl_by_path() 1086 struct cifs_fid fid; in set_cifs_acl() 1132 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 | smb2inode.c | 50 struct cifs_fid fid; in smb2_open_op_close()
|
D | smb2proto.h | 70 struct cifs_fid *pfid);
|
D | inode.c | 439 struct cifs_fid fid; 727 const struct cifs_fid *fid) 1171 struct cifs_fid fid; 1699 struct cifs_fid fid;
|
D | file.c | 177 struct cifs_fid *fid, unsigned int xid) in cifs_nt_open() 278 cifs_new_fileinfo(struct cifs_fid *fid, struct file *file, in cifs_new_fileinfo() 375 struct cifs_fid fid; in cifsFileInfo_put() 464 struct cifs_fid fid; in cifs_open()
|
D | smb2pdu.c | 1644 create_reconnect_durable_buf(struct cifs_fid *fid) in create_reconnect_durable_buf() 1721 create_durable_v2_buf(struct cifs_fid *pfid) in create_durable_v2_buf() 1750 create_reconnect_durable_v2_buf(struct cifs_fid *fid) in create_reconnect_durable_v2_buf()
|
D | cifssmb.c | 112 memset(tcon->crfid.fid, 0, sizeof(struct cifs_fid)); in cifs_mark_open_files_invalid()
|