/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsglob.h | 209 struct cifs_fid; 303 struct cifs_fid *, FILE_ALL_INFO *); 363 void (*set_fid)(struct cifsFileInfo *, struct cifs_fid *, __u32); 366 struct cifs_fid *); 371 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *); 378 int (*sync_read)(const unsigned int, struct cifs_fid *, 382 int (*sync_write)(const unsigned int, struct cifs_fid *, 388 struct cifs_fid *, __u16, 392 struct cifs_fid *, 396 struct cifs_fid *); 1287 struct cifs_fid { global() struct [all...] |
H A 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 *fi in cifs_query_dir_next() [all...] |
H A D | smb2ops.c | 689 struct cifs_fid *pfid; in open_shroot() 769 struct cifs_fid fid = { in open_shroot() 812 memcpy(tcon->crfid.fid, pfid, sizeof(struct cifs_fid)); in open_shroot() 858 struct cifs_fid fid; in smb3_qfs_tcon() 876 memcpy(&fid, cfid->fid, sizeof(struct cifs_fid)); in smb3_qfs_tcon() 905 struct cifs_fid fid; in smb2_qfs_tcon() 934 struct cifs_fid fid; in smb2_is_path_accessible() 973 struct cifs_fid *fid, FILE_ALL_INFO *data) in smb2_query_file_info() 1150 struct cifs_fid fid; in smb2_set_ea() 1405 smb2_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fi [all...] |
H A 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 *); 254 extern void cifs_add_pending_open(struct cifs_fid *fid, 257 extern void cifs_add_pending_open_locked(struct cifs_fid *fid,
|
H A D | link.c | 312 struct cifs_fid fid; in cifs_query_mf_symlink() 356 struct cifs_fid fid; in cifs_create_mf_symlink() 393 struct cifs_fid fid; in smb3_query_mf_symlink() 454 struct cifs_fid fid; in smb3_create_mf_symlink()
|
H A 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()
|
H A 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()
|
H A D | smb2file.c | 45 struct cifs_fid *fid = oparms->fid; in smb2_open_file()
|
H A D | misc.c | 659 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open_locked() 670 cifs_add_pending_open(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open()
|
H A D | inode.c | 449 struct cifs_fid fid; 918 const struct cifs_fid *fid) 1464 struct cifs_fid fid; 2006 struct cifs_fid fid;
|
H A D | smb2inode.c | 75 struct cifs_fid fid; in smb2_compound_op()
|
H A D | file.c | 179 struct cifs_fid *fid, unsigned int xid) in cifs_nt_open() 293 cifs_new_fileinfo(struct cifs_fid *fid, struct file *file, in cifs_new_fileinfo() 448 struct cifs_fid fid; in _cifsFileInfo_put() 529 struct cifs_fid fid; in cifs_open()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsglob.h | 254 struct cifs_fid; 423 void (*set_fid)(struct cifsFileInfo *, struct cifs_fid *, __u32); 426 struct cifs_fid *); 431 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *); 438 int (*sync_read)(const unsigned int, struct cifs_fid *, 442 int (*sync_write)(const unsigned int, struct cifs_fid *, 448 struct cifs_fid *, __u16, 452 struct cifs_fid *, 456 struct cifs_fid *); 478 void (*get_lease_key)(struct inode *, struct cifs_fid *); 1369 struct cifs_fid { global() struct [all...] |
H A 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 *fi in cifs_close_dir() [all...] |
H A D | link.c | 268 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()
|
H A D | cifsproto.h | 192 struct cifsFileInfo *cifs_new_fileinfo(struct cifs_fid *fid, struct file *file, 212 const struct cifs_fid *fid); 231 const char *path, const struct cifs_fid *pfid); 237 const struct cifs_fid *, u32 *, u32); 275 extern void cifs_add_pending_open(struct cifs_fid *fid, 278 extern void cifs_add_pending_open_locked(struct cifs_fid *fid,
|
H A D | cached_dir.h | 43 struct cifs_fid fid;
|
H A D | smb2ops.c | 812 struct cifs_fid fid; in smb3_qfs_tcon() 826 memcpy(&fid, &cfid->fid, sizeof(struct cifs_fid)); in smb3_qfs_tcon() 857 struct cifs_fid fid; in smb2_qfs_tcon() 889 struct cifs_fid fid; in smb2_is_path_accessible() 959 struct cifs_fid *fid = &cfile->fid; in smb2_query_file_info() 1121 struct cifs_fid fid; in smb2_set_ea() 1378 smb2_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fid, __u32 oplock) in smb2_set_fid() 1397 struct cifs_fid *fid) in smb2_close_file() 1499 struct cifs_fid fid; in smb2_ioctl_query_info() 1838 struct cifs_fid *fi in smb2_flush_file() [all...] |
H A D | dir.c | 179 struct cifs_fid *fid, struct cifs_open_info_data *buf) 426 struct cifs_fid fid = {}; 549 struct cifs_fid fid;
|
H A 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()
|
H A D | smb2file.c | 110 struct cifs_fid *fid = oparms->fid; in smb2_open_file()
|
H A D | misc.c | 669 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open_locked() 680 cifs_add_pending_open(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open()
|
H A D | inode.c | 512 struct cifs_fid fid; in cifs_sfu_type() 1115 const struct cifs_fid *fid, in cifs_get_fattr() 1276 const struct cifs_fid *fid) in cifs_get_inode_info() 1625 struct cifs_fid fid; in cifs_rename_pending_delete() 2209 struct cifs_fid fid;
|
H A D | cached_dir.c | 143 struct cifs_fid *pfid; in open_cached_dir()
|
H A D | smb2inode.c | 71 struct cifs_fid fid; in smb2_compound_op()
|