Searched refs:tcon_link (Results  1 – 16 of 16) sorted by relevance
| /Linux-v5.4/fs/cifs/ | 
| D | xattr.c | 59 	struct tcon_link *tlink;  in cifs_xattr_set()208 	struct tcon_link *tlink;  in cifs_xattr_get()
 314 	struct tcon_link *tlink;  in cifs_listxattr()
 
 | 
| D | cifsglob.h | 1130 struct tcon_link {  struct1142 extern struct tcon_link *cifs_sb_tlink(struct cifs_sb_info *cifs_sb);  argument
 1146 tlink_tcon(struct tcon_link *tlink)  in tlink_tcon()
 1151 static inline struct tcon_link *
 1157 extern void cifs_put_tlink(struct tcon_link *tlink);
 1159 static inline struct tcon_link *
 1160 cifs_get_tlink(struct tcon_link *tlink)  in cifs_get_tlink()
 1174 	struct tcon_link *tlink;
 1259 	struct tcon_link *tlink;
 
 | 
| D | dir.c | 227 	       struct tcon_link *tlink, unsigned oflags, umode_t mode,  in cifs_do_create()471 	struct tcon_link *tlink;  in cifs_atomic_open()
 587 	struct tcon_link *tlink;  in cifs_create()
 624 	struct tcon_link *tlink;  in cifs_mknod()
 664 	struct tcon_link *tlink;  in cifs_lookup()
 
 | 
| D | cifs_fs_sb.h | 62 	struct tcon_link *master_tlink;
 | 
| D | inode.c | 373 	struct tcon_link *tlink;443 	struct tcon_link *tlink;
 562 	struct tcon_link *tlink;
 739 	struct tcon_link *tlink;
 1202 	struct tcon_link *tlink;
 1343 	struct tcon_link *tlink;
 1584 	struct tcon_link *tlink;
 1656 	struct tcon_link *tlink;
 1723 	struct tcon_link *tlink;
 1788 	struct tcon_link *tlink;
 [all …]
 
 | 
| D | link.c | 526 	struct tcon_link *tlink;  in cifs_hardlink()616 	struct tcon_link *tlink = NULL;  in cifs_get_link()
 679 	struct tcon_link *tlink;  in cifs_symlink()
 
 | 
| D | cifsacl.c | 1035 	struct tcon_link *tlink = cifs_sb_tlink(cifs_sb);  in get_cifs_acl_by_fid()1061 	struct tcon_link *tlink = cifs_sb_tlink(cifs_sb);  in get_cifs_acl_by_path()
 1125 	struct tcon_link *tlink = cifs_sb_tlink(cifs_sb);  in set_cifs_acl()
 1177 	struct tcon_link *tlink = cifs_sb_tlink(cifs_sb);  in cifs_acl_to_fattr()
 1225 	struct tcon_link *tlink = cifs_sb_tlink(cifs_sb);  in id_mode_to_cifs_acl()
 
 | 
| D | connect.c | 336 static void tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink);3557 cifs_put_tlink(struct tcon_link *tlink)  in cifs_put_tlink()
 3642 	struct tcon_link *tlink;  in cifs_match_super()
 4297 	struct tcon_link *tlink;  in mount_setup_tlink()
 5115 	struct tcon_link *tlink;  in cifs_umount()
 5121 		tlink = rb_entry(node, struct tcon_link, tl_rbnode);  in cifs_umount()
 5281 static struct tcon_link *
 5285 	struct tcon_link *tlink;  in tlink_rb_search()
 5288 		tlink = rb_entry(node, struct tcon_link, tl_rbnode);  in tlink_rb_search()
 5302 tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink)  in tlink_rb_insert()
 [all …]
 
 | 
| D | cifsproto.h | 176 					      struct tcon_link *tlink,239 				  struct tcon_link *tlink,
 242 					 struct tcon_link *tlink,
 
 | 
| D | misc.c | 662 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink,  in cifs_add_pending_open_locked()673 cifs_add_pending_open(struct cifs_fid *fid, struct tcon_link *tlink,  in cifs_add_pending_open()
 
 | 
| D | smb2misc.c | 492 	struct tcon_link *tlink;
 | 
| D | smb2inode.c | 617 	struct tcon_link *tlink;  in smb2_set_file_info()
 | 
| D | readdir.c | 274 	struct tcon_link *tlink = NULL;  in initiate_cifs_search()
 | 
| D | smb1ops.c | 766 	struct tcon_link *tlink = NULL;  in smb_set_file_info()
 | 
| D | file.c | 123 	struct tcon_link *tlink;  in cifs_posix_open()293 		  struct tcon_link *tlink, __u32 oplock)  in cifs_new_fileinfo()
 499 	struct tcon_link *tlink;  in cifs_open()
 
 | 
| D | smb2ops.c | 2760 	struct tcon_link *tlink = cifs_sb_tlink(cifs_sb);  in get_smb2_acl_by_fid()2790 	struct tcon_link *tlink = cifs_sb_tlink(cifs_sb);  in get_smb2_acl_by_path()
 2846 	struct tcon_link *tlink = cifs_sb_tlink(cifs_sb);  in set_smb2_acl()
 
 |