Searched refs:tcon_link (Results 1 – 17 of 17) sorted by relevance
/linux-4.19.296/fs/cifs/ |
D | cifsglob.h | 1036 struct tcon_link { struct 1048 extern struct tcon_link *cifs_sb_tlink(struct cifs_sb_info *cifs_sb); argument 1052 tlink_tcon(struct tcon_link *tlink) in tlink_tcon() 1057 static inline struct tcon_link * 1063 extern void cifs_put_tlink(struct tcon_link *tlink); 1065 static inline struct tcon_link * 1066 cifs_get_tlink(struct tcon_link *tlink) in cifs_get_tlink() 1080 struct tcon_link *tlink; 1160 struct tcon_link *tlink;
|
D | xattr.c | 59 struct tcon_link *tlink; in cifs_xattr_set() 210 struct tcon_link *tlink; in cifs_xattr_get() 318 struct tcon_link *tlink; in cifs_listxattr()
|
D | cifs_fs_sb.h | 58 struct tcon_link *master_tlink;
|
D | dir.c | 228 struct tcon_link *tlink, unsigned oflags, umode_t mode, in cifs_do_create() 472 struct tcon_link *tlink; in cifs_atomic_open() 587 struct tcon_link *tlink; in cifs_create() 625 struct tcon_link *tlink; in cifs_mknod() 765 struct tcon_link *tlink; in cifs_lookup()
|
D | inode.c | 369 struct tcon_link *tlink; 439 struct tcon_link *tlink; 558 struct tcon_link *tlink; 736 struct tcon_link *tlink; 1195 struct tcon_link *tlink; 1336 struct tcon_link *tlink; 1577 struct tcon_link *tlink; 1648 struct tcon_link *tlink; 1715 struct tcon_link *tlink; 1780 struct tcon_link *tlink; [all …]
|
D | link.c | 530 struct tcon_link *tlink; in cifs_hardlink() 620 struct tcon_link *tlink = NULL; in cifs_get_link() 676 struct tcon_link *tlink; in cifs_symlink()
|
D | cifsacl.c | 995 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in get_cifs_acl_by_fid() 1021 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in get_cifs_acl_by_path() 1085 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in set_cifs_acl() 1137 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in cifs_acl_to_fattr() 1182 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in id_mode_to_cifs_acl()
|
D | connect.c | 317 static void tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink); 3285 cifs_put_tlink(struct tcon_link *tlink) in cifs_put_tlink() 3372 struct tcon_link *tlink; in cifs_match_super() 4106 struct tcon_link *tlink; in cifs_mount() 4494 struct tcon_link *tlink; in cifs_umount() 4500 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in cifs_umount() 4659 static struct tcon_link * 4663 struct tcon_link *tlink; in tlink_rb_search() 4666 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in tlink_rb_search() 4680 tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink) in tlink_rb_insert() [all …]
|
D | smb2misc.c | 492 struct tcon_link *tlink; 513 smb2_queue_pending_open_break(struct tcon_link *tlink, __u8 *lease_key, in smb2_queue_pending_open_break() 636 struct tcon_link *tlink; in smb2_is_valid_lease_break()
|
D | cifsproto.h | 165 struct tcon_link *tlink, 227 struct tcon_link *tlink, 230 struct tcon_link *tlink,
|
D | cifs_dfs_ref.c | 294 struct tcon_link *tlink; in cifs_dfs_do_automount()
|
D | smb2inode.c | 282 struct tcon_link *tlink; in smb2_set_file_info()
|
D | misc.c | 632 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open_locked() 643 cifs_add_pending_open(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open()
|
D | readdir.c | 274 struct tcon_link *tlink = NULL; in initiate_cifs_search()
|
D | smb1ops.c | 776 struct tcon_link *tlink = NULL; in smb_set_file_info()
|
D | file.c | 122 struct tcon_link *tlink; in cifs_posix_open() 293 struct tcon_link *tlink, __u32 oplock) in cifs_new_fileinfo() 498 struct tcon_link *tlink; in cifs_open()
|
D | smb2ops.c | 2024 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in get_smb2_acl_by_fid() 2054 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in get_smb2_acl_by_path() 2111 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in set_smb2_acl()
|