Searched refs:tcon_link (Results 1 – 18 of 18) sorted by relevance
/Linux-v6.6/fs/smb/client/ |
D | cifsglob.h | 1235 struct tcon_link { struct 1247 extern struct tcon_link *cifs_sb_tlink(struct cifs_sb_info *cifs_sb); argument 1251 tlink_tcon(struct tcon_link *tlink) in tlink_tcon() 1256 static inline struct tcon_link * 1262 extern void cifs_put_tlink(struct tcon_link *tlink); 1264 static inline struct tcon_link * 1265 cifs_get_tlink(struct tcon_link *tlink) in cifs_get_tlink() 1279 struct tcon_link *tlink; 1286 struct tcon_link *tlink; 1373 struct tcon_link *tlink;
|
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;
|
D | cifs_fs_sb.h | 53 struct tcon_link *master_tlink;
|
D | xattr.c | 101 struct tcon_link *tlink; in cifs_xattr_set() 266 struct tcon_link *tlink; in cifs_xattr_get() 365 struct tcon_link *tlink; in cifs_listxattr()
|
D | connect.c | 67 static void tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink); 2697 cifs_put_tlink(struct tcon_link *tlink) in cifs_put_tlink() 2795 struct tcon_link *tlink; in cifs_match_super() 3415 struct tcon_link *tlink; in mount_setup_tlink() 3750 struct tcon_link *tlink; in cifs_umount() 3756 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in cifs_umount() 3995 static struct tcon_link * 3999 struct tcon_link *tlink; in tlink_rb_search() 4002 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in tlink_rb_search() 4016 tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink) in tlink_rb_insert() [all …]
|
D | inode.c | 420 struct tcon_link *tlink; in cifs_get_unix_fattr() 507 struct tcon_link *tlink; in cifs_sfu_type() 625 struct tcon_link *tlink; in cifs_sfu_mode() 1066 struct tcon_link *tlink; in cifs_get_fattr() 1247 struct tcon_link *tlink; in smb311_posix_get_fattr() 1573 struct tcon_link *tlink; in cifs_rename_pending_delete() 1717 struct tcon_link *tlink; in cifs_unlink() 1991 struct tcon_link *tlink; 2069 struct tcon_link *tlink; 2148 struct tcon_link *tlink; [all …]
|
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()
|
D | smb2misc.c | 507 struct tcon_link *tlink; 528 smb2_queue_pending_open_break(struct tcon_link *tlink, __u8 *lease_key, in smb2_queue_pending_open_break() 644 struct tcon_link *tlink; in smb2_is_valid_lease_break()
|
D | cifsproto.h | 191 struct tcon_link *tlink, __u32 oplock, 273 struct tcon_link *tlink, 276 struct tcon_link *tlink,
|
D | link.c | 483 struct tcon_link *tlink; 584 struct tcon_link *tlink;
|
D | cached_dir.c | 437 struct tcon_link *tlink; in close_all_cached_dirs() 441 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in close_all_cached_dirs()
|
D | ioctl.c | 321 struct tcon_link *tlink; in cifs_ioctl()
|
D | readdir.c | 370 struct tcon_link *tlink = NULL; in _initiate_cifs_search() 1053 struct tcon_link *tlink = NULL; in cifs_readdir()
|
D | misc.c | 665 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open_locked() 676 cifs_add_pending_open(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open()
|
D | smb2inode.c | 849 struct tcon_link *tlink; in smb2_set_file_info()
|
D | file.c | 284 struct tcon_link *tlink; in cifs_posix_open() 447 struct tcon_link *tlink, __u32 oplock, in cifs_new_fileinfo() 696 struct tcon_link *tlink; in cifs_open() 4885 struct tcon_link *tlink; in cifs_oplock_break()
|
D | smb1ops.c | 801 struct tcon_link *tlink = NULL; in smb_set_file_info()
|
D | smb2ops.c | 3112 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in get_smb2_acl_by_fid() 3143 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in get_smb2_acl_by_path() 3209 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in set_smb2_acl()
|