/kernel/linux/linux-5.10/fs/cifs/ |
H A D | dir.c | 227 struct tcon_link *tlink, unsigned oflags, umode_t mode, in cifs_do_create() 467 struct tcon_link *tlink; in cifs_atomic_open() 582 struct tcon_link *tlink; in cifs_create() 619 struct tcon_link *tlink; in cifs_mknod() 659 struct tcon_link *tlink; in cifs_lookup()
|
H A D | cifsglob.h | 1191 struct tcon_link { struct 1203 extern struct tcon_link *cifs_sb_tlink(struct cifs_sb_info *cifs_sb); 1207 tlink_tcon(struct tcon_link *tlink) in tlink_tcon() 1212 static inline struct tcon_link * 1218 extern void cifs_put_tlink(struct tcon_link *tlink); 1220 static inline struct tcon_link * 1221 cifs_get_tlink(struct tcon_link *tlink) in cifs_get_tlink() 1235 struct tcon_link *tlink; 1321 struct tcon_link *tlink;
|
H A D | cifs_fs_sb.h | 62 struct tcon_link *master_tlink;
|
H A D | xattr.c | 110 struct tcon_link *tlink; in cifs_xattr_set() 293 struct tcon_link *tlink; in cifs_xattr_get() 401 struct tcon_link *tlink; in cifs_listxattr()
|
H A D | inode.c | 378 struct tcon_link *tlink; 447 struct tcon_link *tlink; 564 struct tcon_link *tlink; 923 struct tcon_link *tlink; 1120 struct tcon_link *tlink; 1469 struct tcon_link *tlink; 1610 struct tcon_link *tlink; 1858 struct tcon_link *tlink; 1930 struct tcon_link *tlink; 2003 struct tcon_link *tlin [all...] |
H A D | smb2misc.c | 493 struct tcon_link *tlink; 514 smb2_queue_pending_open_break(struct tcon_link *tlink, __u8 *lease_key, in smb2_queue_pending_open_break() 637 struct tcon_link *tlink; in smb2_is_valid_lease_break()
|
H A D | link.c | 520 struct tcon_link *tlink; in cifs_hardlink() 610 struct tcon_link *tlink = NULL; in cifs_get_link() 673 struct tcon_link *tlink; in cifs_symlink()
|
H A D | cifsacl.c | 1109 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in get_cifs_acl_by_fid() 1135 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in get_cifs_acl_by_path() 1196 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in set_cifs_acl() 1245 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in cifs_acl_to_fattr() 1294 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in id_mode_to_cifs_acl()
|
H A D | connect.c | 285 static void tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink); 3428 cifs_put_tlink(struct tcon_link *tlink) in cifs_put_tlink() 3515 struct tcon_link *tlink; in cifs_match_super() 4169 struct tcon_link *tlink; in mount_setup_tlink() 5003 struct tcon_link *tlink; in cifs_umount() 5009 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in cifs_umount() 5173 static struct tcon_link * 5177 struct tcon_link *tlink; in tlink_rb_search() 5180 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in tlink_rb_search() 5192 /* insert a tcon_link int [all...] |
H A D | cifsproto.h | 183 struct tcon_link *tlink, 255 struct tcon_link *tlink, 258 struct tcon_link *tlink,
|
H A D | ioctl.c | 172 struct tcon_link *tlink; in cifs_ioctl()
|
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()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | dir.c | 178 struct tcon_link *tlink, unsigned int oflags, umode_t mode, __u32 *oplock, 423 struct tcon_link *tlink; 546 struct tcon_link *tlink; 589 struct tcon_link *tlink; 633 struct tcon_link *tlink;
|
H A D | cifs_fs_sb.h | 53 struct tcon_link *master_tlink;
|
H A D | xattr.c | 101 struct tcon_link *tlink; in cifs_xattr_set() 269 struct tcon_link *tlink; in cifs_xattr_get() 368 struct tcon_link *tlink; in cifs_listxattr()
|
H A D | cifsglob.h | 1265 struct tcon_link { struct 1277 extern struct tcon_link *cifs_sb_tlink(struct cifs_sb_info *cifs_sb); 1281 tlink_tcon(struct tcon_link *tlink) in tlink_tcon() 1286 static inline struct tcon_link * 1292 extern void cifs_put_tlink(struct tcon_link *tlink); 1294 static inline struct tcon_link * 1295 cifs_get_tlink(struct tcon_link *tlink) in cifs_get_tlink() 1309 struct tcon_link *tlink; 1316 struct tcon_link *tlink; 1403 struct tcon_link *tlin [all...] |
H A D | connect.c | 67 static void tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink); 2739 cifs_put_tlink(struct tcon_link *tlink) in cifs_put_tlink() 2837 struct tcon_link *tlink; in cifs_match_super() 3467 struct tcon_link *tlink; in mount_setup_tlink() 3802 struct tcon_link *tlink; in cifs_umount() 3808 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in cifs_umount() 4051 static struct tcon_link * 4055 struct tcon_link *tlink; in tlink_rb_search() 4058 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in tlink_rb_search() 4070 /* insert a tcon_link int [all...] |
H A D | smb2misc.c | 501 struct tcon_link *tlink; 522 smb2_queue_pending_open_break(struct tcon_link *tlink, __u8 *lease_key, in smb2_queue_pending_open_break() 638 struct tcon_link *tlink; in smb2_is_valid_lease_break()
|
H A D | inode.c | 424 struct tcon_link *tlink; in cifs_get_unix_fattr() 510 struct tcon_link *tlink; in cifs_sfu_type() 632 struct tcon_link *tlink; in cifs_sfu_mode() 1123 struct tcon_link *tlink; in cifs_get_fattr() 1304 struct tcon_link *tlink; in smb311_posix_get_fattr() 1630 struct tcon_link *tlink; in cifs_rename_pending_delete() 1774 struct tcon_link *tlink; in cifs_unlink() 2048 struct tcon_link *tlink; 2126 struct tcon_link *tlink; 2205 struct tcon_link *tlin [all...] |
H A D | cifsacl.c | 1395 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in get_cifs_acl_by_fid() 1421 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in get_cifs_acl_by_path() 1483 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in set_cifs_acl() 1534 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in cifs_acl_to_fattr() 1587 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in id_mode_to_cifs_acl() 1688 struct tcon_link *tlink; in cifs_get_acl() 1751 struct tcon_link *tlink; in cifs_set_acl()
|
H A D | link.c | 483 struct tcon_link *tlink; 584 struct tcon_link *tlink;
|
H A D | cifsproto.h | 193 struct tcon_link *tlink, __u32 oplock, 276 struct tcon_link *tlink, 279 struct tcon_link *tlink,
|
H A D | cached_dir.c | 459 struct tcon_link *tlink; in close_all_cached_dirs() 463 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in close_all_cached_dirs()
|
H A D | ioctl.c | 335 struct tcon_link *tlink; in cifs_ioctl()
|
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()
|