/openbmc/linux/fs/smb/client/ |
H A D | cifsglob.h | 1301 struct tcon_link { struct 1313 extern struct tcon_link *cifs_sb_tlink(struct cifs_sb_info *cifs_sb); argument 1317 tlink_tcon(struct tcon_link *tlink) in tlink_tcon() 1322 static inline struct tcon_link * 1328 extern void cifs_put_tlink(struct tcon_link *tlink); 1330 static inline struct tcon_link * 1331 cifs_get_tlink(struct tcon_link *tlink) in cifs_get_tlink() 1345 struct tcon_link *tlink; 1352 struct tcon_link *tlink; 1441 struct tcon_link *tlink;
|
H A D | cifs_fs_sb.h | 53 struct tcon_link *master_tlink;
|
H A D | dir.c | 178 struct tcon_link *tlink, unsigned int oflags, umode_t mode, __u32 *oplock, 438 struct tcon_link *tlink; 561 struct tcon_link *tlink; 604 struct tcon_link *tlink; 655 struct tcon_link *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 | 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() 1159 struct tcon_link *tlink; in cifs_get_fattr() 1348 struct tcon_link *tlink; in smb311_posix_get_fattr() 1690 struct tcon_link *tlink; in cifs_rename_pending_delete() 1834 struct tcon_link *tlink; in cifs_unlink() 2114 struct tcon_link *tlink; 2192 struct tcon_link *tlink; 2271 struct tcon_link *tlink; [all …]
|
H A D | connect.c | 64 static void tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink); 2818 cifs_put_tlink(struct tcon_link *tlink) in cifs_put_tlink() 2917 struct tcon_link *tlink; in cifs_match_super() 3571 struct tcon_link *tlink; in mount_setup_tlink() 3930 struct tcon_link *tlink; in cifs_umount() 3936 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in cifs_umount() 4220 static struct tcon_link * 4224 struct tcon_link *tlink; in tlink_rb_search() 4227 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in tlink_rb_search() 4241 tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink) in tlink_rb_insert() [all …]
|
H A D | cifsacl.c | 1403 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in get_cifs_acl_by_fid() 1429 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in get_cifs_acl_by_path() 1494 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in set_cifs_acl() 1547 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in cifs_acl_to_fattr() 1600 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in id_mode_to_cifs_acl() 1703 struct tcon_link *tlink; in cifs_get_acl() 1766 struct tcon_link *tlink; in cifs_set_acl()
|
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() 640 struct tcon_link *tlink; in smb2_is_valid_lease_break()
|
H A D | link.c | 471 struct tcon_link *tlink; 573 struct tcon_link *tlink;
|
H A D | cifsproto.h | 193 struct tcon_link *tlink, __u32 oplock, 278 struct tcon_link *tlink, 281 struct tcon_link *tlink,
|
H A D | cached_dir.c | 476 struct tcon_link *tlink; in close_all_cached_dirs() 483 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in close_all_cached_dirs()
|
H A D | readdir.c | 352 struct tcon_link *tlink = NULL; in _initiate_cifs_search() 1031 struct tcon_link *tlink = NULL; in cifs_readdir()
|
H A D | misc.c | 671 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open_locked() 682 cifs_add_pending_open(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open()
|
H A D | ioctl.c | 340 struct tcon_link *tlink; in cifs_ioctl()
|
H A D | reparse.c | 115 struct tcon_link *tlink; in detect_directory_symlink_target()
|
H A D | file.c | 287 struct tcon_link *tlink; in cifs_posix_open() 465 struct tcon_link *tlink, __u32 oplock, in cifs_new_fileinfo() 764 struct tcon_link *tlink; in cifs_open() 5021 struct tcon_link *tlink; in cifs_oplock_break()
|
H A D | smb1ops.c | 801 struct tcon_link *tlink = NULL; in smb_set_file_info()
|
H A D | smb2inode.c | 1218 struct tcon_link *tlink; in smb2_set_file_info()
|
H A D | smb2ops.c | 3012 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in get_smb2_acl_by_fid() 3043 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in get_smb2_acl_by_path() 3109 struct tcon_link *tlink = cifs_sb_tlink(cifs_sb); in set_smb2_acl()
|