Searched refs:tcon_link (Results 1 – 17 of 17) sorted by relevance
/fs/cifs/ |
D | cifsglob.h | 1191 struct tcon_link { struct 1203 extern struct tcon_link *cifs_sb_tlink(struct cifs_sb_info *cifs_sb); argument 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;
|
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()
|
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()
|
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 *tlink; [all …]
|
D | cifs_fs_sb.h | 62 struct tcon_link *master_tlink;
|
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()
|
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()
|
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() 5194 tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink) in tlink_rb_insert() [all …]
|
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()
|
D | cifsproto.h | 183 struct tcon_link *tlink, 255 struct tcon_link *tlink, 258 struct tcon_link *tlink,
|
D | ioctl.c | 172 struct tcon_link *tlink; in cifs_ioctl()
|
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()
|
D | smb2inode.c | 753 struct tcon_link *tlink; in smb2_set_file_info()
|
D | readdir.c | 392 struct tcon_link *tlink = NULL; in initiate_cifs_search()
|
D | smb1ops.c | 765 struct tcon_link *tlink = NULL; in smb_set_file_info()
|
D | file.c | 123 struct tcon_link *tlink; in cifs_posix_open() 294 struct tcon_link *tlink, __u32 oplock) in cifs_new_fileinfo() 525 struct tcon_link *tlink; in cifs_open()
|
D | smb2ops.c | 3224 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in get_smb2_acl_by_fid() 3254 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in get_smb2_acl_by_path() 3312 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in set_smb2_acl()
|