Home
last modified time | relevance | path

Searched defs:tcon (Results 76 - 98 of 98) sorted by relevance

1234

/kernel/linux/linux-6.6/fs/smb/client/
H A Dtransport.c1467 send_lock_cancel(const unsigned int xid, struct cifs_tcon *tcon, in send_lock_cancel() argument
1489 SendReceiveBlockingLock(const unsigned int xid, struct cifs_tcon *tcon, in SendReceiveBlockingLock() argument
H A Dsmb1ops.c440 cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in cifs_negotiate_wsize() argument
475 cifs_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in cifs_negotiate_rsize() argument
516 cifs_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in cifs_qfs_tcon() argument
524 cifs_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path) cifs_is_path_accessible() argument
545 cifs_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, struct cifs_open_info_data *data) cifs_query_path_info() argument
603 cifs_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, u64 *uniqueid, struct cifs_open_info_data *unused) cifs_get_srv_inum() argument
623 cifs_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, struct cifs_open_info_data *data) cifs_query_file_info() argument
642 cifs_clear_stats(struct cifs_tcon *tcon) cifs_clear_stats() argument
668 cifs_print_stats(struct seq_file *m, struct cifs_tcon *tcon) cifs_print_stats() argument
704 cifs_mkdir_setinfo(struct inode *inode, const char *full_path, struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, const unsigned int xid) cifs_mkdir_setinfo() argument
757 cifs_close_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) cifs_close_file() argument
764 cifs_flush_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) cifs_flush_file() argument
802 struct cifs_tcon *tcon; smb_set_file_info() local
866 cifs_set_compression(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile) cifs_set_compression() argument
873 cifs_query_dir_first(const unsigned int xid, struct cifs_tcon *tcon, const char *path, struct cifs_sb_info *cifs_sb, struct cifs_fid *fid, __u16 search_flags, struct cifs_search_info *srch_inf) cifs_query_dir_first() argument
888 cifs_query_dir_next(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid, __u16 search_flags, struct cifs_search_info *srch_inf) cifs_query_dir_next() argument
896 cifs_close_dir(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) cifs_close_dir() argument
903 cifs_oplock_response(struct cifs_tcon *tcon, __u64 persistent_fid, __u64 volatile_fid, __u16 net_fid, struct cifsInodeInfo *cinode) cifs_oplock_response() argument
911 cifs_queryfs(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, struct kstatfs *buf) cifs_queryfs() argument
952 cifs_unix_dfs_readlink(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, char **symlinkinfo, const struct nls_table *nls_codepage) cifs_unix_dfs_readlink() argument
975 cifs_query_symlink(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, char **target_path) cifs_query_symlink() argument
1038 cifs_make_node(unsigned int xid, struct inode *inode, struct dentry *dentry, struct cifs_tcon *tcon, const char *full_path, umode_t mode, dev_t dev) cifs_make_node() argument
[all...]
H A Dconnect.c122 struct cifs_tcon *tcon = container_of(work, in smb2_query_server_interfaces() local
204 struct cifs_tcon *tcon; in cifs_mark_tcp_ses_conns_for_reconnect() local
1902 struct cifs_tcon *tcon; cifs_setup_ipc() local
1968 struct cifs_tcon *tcon = ses->tcon_ipc; cifs_free_ipc() local
2387 match_tcon(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) match_tcon() argument
2419 struct cifs_tcon *tcon; cifs_find_tcon() local
2438 cifs_put_tcon(struct cifs_tcon *tcon) cifs_put_tcon() argument
2519 struct cifs_tcon *tcon; cifs_get_tcon() local
2804 match_prepath(struct super_block *sb, struct cifs_tcon *tcon, struct cifs_mnt_data *mnt_data) match_prepath() argument
2836 struct cifs_tcon *tcon; cifs_match_super() local
3144 reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, struct smb3_fs_context *ctx) reset_cifs_unix_caps() argument
3370 struct cifs_tcon *tcon = NULL; cifs_mount_get_tcon() local
3464 mount_setup_tlink(struct cifs_sb_info *cifs_sb, struct cifs_ses *ses, struct cifs_tcon *tcon) mount_setup_tlink() argument
3491 cifs_are_all_path_components_accessible(struct TCP_Server_Info *server, unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, char *full_path, int added_treename) cifs_are_all_path_components_accessible() argument
3548 struct cifs_tcon *tcon = mnt_ctx->tcon; cifs_is_path_remote() local
3665 CIFSTCon(const unsigned int xid, struct cifs_ses *ses, const char *tree, struct cifs_tcon *tcon, const struct nls_table *nls_codepage) CIFSTCon() argument
3981 struct cifs_tcon *tcon = NULL; cifs_construct_tcon() local
4228 cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) cifs_tree_connect() argument
[all...]
H A Dcifsfs.c193 struct cifs_tcon *tcon; in cifs_read_super() local
314 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); cifs_statfs() local
344 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); cifs_fallocate() local
543 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); cifs_show_options() local
731 struct cifs_tcon *tcon; cifs_umount_begin() local
774 struct cifs_tcon *tcon; cifs_freeze() local
1043 struct cifs_tcon *tcon; cifs_llseek() local
[all...]
H A Dcifsacl.c1420 struct cifs_tcon *tcon; in get_cifs_acl_by_path() local
1481 struct cifs_tcon *tcon; in set_cifs_acl() local
[all...]
H A Dinode.c386 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); in cifs_get_file_info_unix() local
423 struct cifs_tcon *tcon; in cifs_get_unix_fattr() local
511 struct cifs_tcon *tcon; in cifs_sfu_type() local
633 struct cifs_tcon *tcon; cifs_sfu_mode() local
675 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); smb311_posix_info_to_fattr() local
810 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); cifs_open_info_to_fattr() local
889 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); cifs_get_file_info() local
967 cifs_backup_query_path_info(int xid, struct cifs_tcon *tcon, struct super_block *sb, const char *full_path, void **resp_buf, FILE_ALL_INFO **data) cifs_backup_query_path_info() argument
1006 cifs_set_fattr_ino(int xid, struct cifs_tcon *tcon, struct super_block *sb, struct inode **inode, const char *full_path, struct cifs_open_info_data *data, struct cifs_fattr *fattr) cifs_set_fattr_ino() argument
1061 reparse_info_to_fattr(struct cifs_open_info_data *data, struct super_block *sb, const unsigned int xid, struct cifs_tcon *tcon, const char *full_path, struct cifs_fattr *fattr) reparse_info_to_fattr() argument
1121 struct cifs_tcon *tcon; cifs_get_fattr() local
1303 struct cifs_tcon *tcon; smb311_posix_get_fattr() local
1489 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); cifs_root_iget() local
1631 struct cifs_tcon *tcon; cifs_rename_pending_delete() local
1775 struct cifs_tcon *tcon; cifs_unlink() local
1888 cifs_mkdir_qinfo(struct inode *parent, struct dentry *dentry, umode_t mode, const char *full_path, struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, const unsigned int xid) global() argument
1979 cifs_posix_mkdir(struct inode *inode, struct dentry *dentry, umode_t mode, const char *full_path, struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, const unsigned int xid) global() argument
2049 struct cifs_tcon *tcon; global() local
2127 struct cifs_tcon *tcon; global() local
2206 struct cifs_tcon *tcon; global() local
2280 struct cifs_tcon *tcon; global() local
2413 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); global() local
2632 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); global() local
2706 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); global() local
2780 struct cifs_tcon *tcon = NULL; global() local
3019 struct cifs_tcon *tcon; global() local
[all...]
H A Dfile.c170 cifs_mark_open_files_invalid(struct cifs_tcon *tcon) in cifs_mark_open_files_invalid() argument
288 struct cifs_tcon *tcon; cifs_posix_open() local
341 cifs_nt_open(const char *full_path, struct inode *inode, struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, unsigned int f_flags, __u32 *oplock, struct cifs_fid *fid, unsigned int xid, struct cifs_open_info_data *buf) cifs_nt_open() argument
458 struct cifs_tcon *tcon = tlink_tcon(tlink); cifs_new_fileinfo() local
617 struct cifs_tcon *tcon = tlink_tcon(cifs_file->tlink); _cifsFileInfo_put() local
698 struct cifs_tcon *tcon; cifs_open() local
863 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); cifs_relock_file() local
896 struct cifs_tcon *tcon; cifs_reopen_file() local
1126 cifs_reopen_persistent_handles(struct cifs_tcon *tcon) cifs_reopen_persistent_handles() argument
1162 struct cifs_tcon *tcon; cifs_closedir() local
1455 struct cifs_tcon *tcon; cifs_push_mandatory_locks() local
1547 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); cifs_push_posix_locks() local
1636 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); cifs_push_locks() local
1717 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); cifs_getlk() local
1813 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); cifs_unlock_range() local
1923 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); cifs_setlk() local
2017 struct cifs_tcon *tcon; cifs_flock() local
2066 struct cifs_tcon *tcon; cifs_lock() local
2135 struct cifs_tcon *tcon; cifs_write() local
2351 cifs_get_writable_path(struct cifs_tcon *tcon, const char *name, int flags, struct cifsFileInfo **ret_file) cifs_get_writable_path() argument
2384 cifs_get_readable_path(struct cifs_tcon *tcon, const char *name, struct cifsFileInfo **ret_file) cifs_get_readable_path() argument
3145 struct cifs_tcon *tcon; cifs_strict_fsync() local
3198 struct cifs_tcon *tcon; cifs_fsync() local
3519 struct cifs_tcon *tcon; collect_uncached_write_data() local
3604 struct cifs_tcon *tcon; __cifs_writev() local
3778 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); cifs_strict_writev() local
4133 struct cifs_tcon *tcon; __cifs_readv() local
4273 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); cifs_strict_readv() local
4314 struct cifs_tcon *tcon; cifs_read() local
4919 struct cifs_tcon *tcon; cifs_oplock_break() local
[all...]
H A Dcifssmb.c69 cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command) in cifs_reconnect_tcon() argument
210 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon, void **request_buf) small_smb_init() argument
262 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, void **request_buf, void **response_buf) __smb_init() argument
288 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, void **request_buf, void **response_buf) smb_init() argument
301 smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon, void **request_buf, void **response_buf) smb_init_no_reconnect() argument
510 CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon) CIFSSMBTDis() argument
663 CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, __u16 type, const struct nls_table *nls_codepage, int remap) CIFSPOSIXDelFile() argument
740 CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb) CIFSSMBDelFile() argument
784 CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb) CIFSSMBRmDir() argument
827 CIFSSMBMkDir(const unsigned int xid, struct inode *inode, umode_t mode, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb) CIFSSMBMkDir() argument
871 CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon, __u32 posix_flags, __u64 mode, __u16 *netfid, FILE_UNIX_BASIC_INFO *pRetData, __u32 *pOplock, const char *name, const struct nls_table *nls_codepage, int remap) CIFSPOSIXCreate() argument
1037 SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const int openDisposition, const int access_flags, const int create_options, __u16 *netfid, int *pOplock, FILE_ALL_INFO *pfile_info, const struct nls_table *nls_codepage, int remap) SMBLegacyOpen() argument
1151 struct cifs_tcon *tcon = oparms->tcon; CIFS_open() local
1266 struct cifs_tcon *tcon = tlink_tcon(rdata->cfile->tlink); cifs_readv_callback() local
1320 struct cifs_tcon *tcon = tlink_tcon(rdata->cfile->tlink); cifs_async_readv() local
1395 struct cifs_tcon *tcon = io_parms->tcon; CIFSSMBRead() local
1503 struct cifs_tcon *tcon = io_parms->tcon; CIFSSMBWrite() local
1619 struct cifs_tcon *tcon = tlink_tcon(wdata->cfile->tlink); cifs_writev_callback() local
1669 struct cifs_tcon *tcon = tlink_tcon(wdata->cfile->tlink); cifs_async_writev() local
1757 struct cifs_tcon *tcon = io_parms->tcon; CIFSSMBWrite2() local
1850 cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon, const __u16 netfid, const __u8 lock_type, const __u32 num_unlock, const __u32 num_lock, LOCKING_ANDX_RANGE *buf) cifs_lockv() argument
1896 CIFSSMBLock(const unsigned int xid, struct cifs_tcon *tcon, const __u16 smb_file_id, const __u32 netpid, const __u64 len, const __u64 offset, const __u32 numUnlock, const __u32 numLock, const __u8 lockType, const bool waitFlag, const __u8 oplock_level) CIFSSMBLock() argument
1965 CIFSSMBPosixLock(const unsigned int xid, struct cifs_tcon *tcon, const __u16 smb_file_id, const __u32 netpid, const loff_t start_offset, const __u64 len, struct file_lock *pLockData, const __u16 lock_type, const bool waitFlag) CIFSSMBPosixLock() argument
2097 CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon, int smb_file_id) CIFSSMBClose() argument
2131 CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon, int smb_file_id) CIFSSMBFlush() argument
2152 CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon, struct dentry *source_dentry, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb) CIFSSMBRename() argument
2301 CIFSSMBCopy(const unsigned int xid, struct cifs_tcon *tcon, const char *fromName, const __u16 target_tid, const char *toName, const int flags, const struct nls_table *nls_codepage, int remap) CIFSSMBCopy() argument
2364 CIFSUnixCreateSymLink(const unsigned int xid, struct cifs_tcon *tcon, const char *fromName, const char *toName, const struct nls_table *nls_codepage, int remap) CIFSUnixCreateSymLink() argument
2451 CIFSUnixCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon, const char *fromName, const char *toName, const struct nls_table *nls_codepage, int remap) CIFSUnixCreateHardLink() argument
2533 CIFSCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon, struct dentry *source_dentry, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb) CIFSCreateHardLink() argument
2604 CIFSSMBUnixQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, char **symlinkinfo, const struct nls_table *nls_codepage, int remap) CIFSSMBUnixQuerySymLink() argument
2696 cifs_query_reparse_point(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, u32 *tag, struct kvec *rsp, int *rsp_buftype) cifs_query_reparse_point() argument
2791 CIFSSMB_set_compression(const unsigned int xid, struct cifs_tcon *tcon, __u16 fid) CIFSSMB_set_compression() argument
3019 cifs_do_get_acl(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, struct posix_acl **acl, const int acl_type, const struct nls_table *nls_codepage, int remap) cifs_do_get_acl() argument
3110 cifs_do_set_acl(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *fileName, const struct posix_acl *acl, const int acl_type, const struct nls_table *nls_codepage, int remap) cifs_do_set_acl() argument
3185 cifs_do_get_acl(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, struct posix_acl **acl, const int acl_type, const struct nls_table *nls_codepage, int remap) cifs_do_get_acl() argument
3193 cifs_do_set_acl(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *fileName, const struct posix_acl *acl, const int acl_type, const struct nls_table *nls_codepage, int remap) cifs_do_set_acl() argument
3203 CIFSGetExtAttr(const unsigned int xid, struct cifs_tcon *tcon, const int netfid, __u64 *pExtAttrBits, __u64 *pMask) CIFSGetExtAttr() argument
3294 smb_init_nttransact(const __u16 sub_command, const int setup_count, const int parm_len, struct cifs_tcon *tcon, void **ret_buf) smb_init_nttransact() argument
3377 CIFSSMBGetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon, __u16 fid, struct cifs_ntsd **acl_inf, __u32 *pbuflen) CIFSSMBGetCIFSACL() argument
3467 CIFSSMBSetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon, __u16 fid, struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) CIFSSMBSetCIFSACL() argument
3532 SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon, const char *search_name, FILE_ALL_INFO *data, const struct nls_table *nls_codepage, int remap) SMBQueryInformation() argument
3598 CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon, u16 netfid, FILE_ALL_INFO *pFindData) CIFSSMBQFileInfo() argument
3666 CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon, const char *search_name, FILE_ALL_INFO *data, int legacy , const struct nls_table *nls_codepage, int remap) CIFSSMBQPathInfo() argument
3765 CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon, u16 netfid, FILE_UNIX_BASIC_INFO *pFindData) CIFSSMBUnixQFileInfo() argument
3833 CIFSSMBUnixQPathInfo(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, FILE_UNIX_BASIC_INFO *pFindData, const struct nls_table *nls_codepage, int remap) CIFSSMBUnixQPathInfo() argument
3915 CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon, const char *searchName, struct cifs_sb_info *cifs_sb, __u16 *pnetfid, __u16 search_flags, struct cifs_search_info *psrch_inf, bool msearch) CIFSFindFirst() argument
4058 CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon, __u16 searchHandle, __u16 search_flags, struct cifs_search_info *psrch_inf) CIFSFindNext() argument
4185 CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon, const __u16 searchHandle) CIFSFindClose() argument
4218 CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon, const char *search_name, __u64 *inode_number, const struct nls_table *nls_codepage, int remap) CIFSGetSrvInodeNumber() argument
4425 SMBOldQFSInfo(const unsigned int xid, struct cifs_tcon *tcon, struct kstatfs *FSData) SMBOldQFSInfo() argument
4512 CIFSSMBQFSInfo(const unsigned int xid, struct cifs_tcon *tcon, struct kstatfs *FSData) CIFSSMBQFSInfo() argument
4599 CIFSSMBQFSAttributeInfo(const unsigned int xid, struct cifs_tcon *tcon) CIFSSMBQFSAttributeInfo() argument
4669 CIFSSMBQFSDeviceInfo(const unsigned int xid, struct cifs_tcon *tcon) CIFSSMBQFSDeviceInfo() argument
4740 CIFSSMBQFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon) CIFSSMBQFSUnixInfo() argument
4810 CIFSSMBSetFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon, __u64 cap) CIFSSMBSetFSUnixInfo() argument
4884 CIFSSMBQFSPosixInfo(const unsigned int xid, struct cifs_tcon *tcon, struct kstatfs *FSData) CIFSSMBQFSPosixInfo() argument
4984 CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon, const char *file_name, __u64 size, struct cifs_sb_info *cifs_sb, bool set_allocation) CIFSSMBSetEOF() argument
5073 CIFSSMBSetFileSize(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, __u64 size, bool set_allocation) CIFSSMBSetFileSize() argument
5157 CIFSSMBSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon, const FILE_BASIC_INFO *data, __u16 fid, __u32 pid_of_opener) CIFSSMBSetFileInfo() argument
5222 CIFSSMBSetFileDisposition(const unsigned int xid, struct cifs_tcon *tcon, bool delete_file, __u16 fid, __u32 pid_of_opener) CIFSSMBSetFileDisposition() argument
5280 CIFSSMBSetPathInfoFB(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const FILE_BASIC_INFO *data, const struct nls_table *nls_codepage, struct cifs_sb_info *cifs_sb) CIFSSMBSetPathInfoFB() argument
5312 CIFSSMBSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const FILE_BASIC_INFO *data, const struct nls_table *nls_codepage, struct cifs_sb_info *cifs_sb) CIFSSMBSetPathInfo() argument
5442 CIFSSMBUnixSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon, const struct cifs_unix_set_info_args *args, u16 fid, u32 pid_of_opener) CIFSSMBUnixSetFileInfo() argument
5508 CIFSSMBUnixSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon, const char *file_name, const struct cifs_unix_set_info_args *args, const struct nls_table *nls_codepage, int remap) CIFSSMBUnixSetPathInfo() argument
5593 CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, const unsigned char *ea_name, char *EAData, size_t buf_size, struct cifs_sb_info *cifs_sb) CIFSSMBQAllEAs() argument
5779 CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const char *ea_name, const void *ea_value, const __u16 ea_value_len, const struct nls_table *nls_codepage, struct cifs_sb_info *cifs_sb) CIFSSMBSetEA() argument
[all...]
H A Dsmb2ops.c437 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_wsize() argument
452 smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_wsize() argument
484 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_rsize() argument
500 smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_rsize() argument
758 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount) in SMB3_request_interfaces() argument
805 smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb) smb3_qfs_tcon() argument
850 smb2_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb) smb2_qfs_tcon() argument
881 smb2_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path) smb2_is_path_accessible() argument
948 smb2_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, u64 *uniqueid, struct cifs_open_info_data *data) smb2_get_srv_inum() argument
956 smb2_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, struct cifs_open_info_data *data) smb2_query_file_info() argument
1055 smb2_query_eas(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *path, const unsigned char *ea_name, char *ea_data, size_t buf_size, struct cifs_sb_info *cifs_sb) smb2_query_eas() argument
1104 smb2_set_ea(const unsigned int xid, struct cifs_tcon *tcon, const char *path, const char *ea_name, const void *ea_value, const __u16 ea_value_len, const struct nls_table *nls_codepage, struct cifs_sb_info *cifs_sb) smb2_set_ea() argument
1274 smb2_clear_stats(struct cifs_tcon *tcon) smb2_clear_stats() argument
1285 smb2_dump_share_caps(struct seq_file *m, struct cifs_tcon *tcon) smb2_dump_share_caps() argument
1318 smb2_print_stats(struct seq_file *m, struct cifs_tcon *tcon) smb2_print_stats() argument
1396 smb2_close_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) smb2_close_file() argument
1403 smb2_close_getattr(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile) smb2_close_getattr() argument
1445 SMB2_request_res_key(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct copychunk_ioctl *pcchunk) SMB2_request_res_key() argument
1477 smb2_ioctl_query_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, __le16 *path, int is_dir, unsigned long p) smb2_ioctl_query_info() argument
1717 struct cifs_tcon *tcon; smb2_copychunk_range() local
1837 smb2_flush_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) smb2_flush_file() argument
1885 smb2_set_sparse(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, struct inode *inode, __u8 setsparse) smb2_set_sparse() argument
1931 smb2_set_file_size(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, __u64 size, bool set_alloc) smb2_set_file_size() argument
1964 struct cifs_tcon *tcon = tlink_tcon(trgtfile->tlink); smb2_duplicate_extents() local
2010 smb2_set_compression(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile) smb2_set_compression() argument
2018 smb3_set_integrity(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile) smb3_set_integrity() argument
2048 smb3_enum_snapshots(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, void __user *ioc_buf) smb3_enum_snapshots() argument
2142 struct cifs_tcon *tcon; smb3_notify() local
2215 smb2_query_dir_first(const unsigned int xid, struct cifs_tcon *tcon, const char *path, struct cifs_sb_info *cifs_sb, struct cifs_fid *fid, __u16 search_flags, struct cifs_search_info *srch_inf) smb2_query_dir_first() argument
2341 smb2_query_dir_next(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid, __u16 search_flags, struct cifs_search_info *srch_inf) smb2_query_dir_next() argument
2350 smb2_close_dir(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) smb2_close_dir() argument
2422 struct cifs_tcon *tcon; smb2_is_network_name_deleted() local
2450 smb2_oplock_response(struct cifs_tcon *tcon, __u64 persistent_fid, __u64 volatile_fid, __u16 net_fid, struct cifsInodeInfo *cinode) smb2_oplock_response() argument
2477 smb2_set_next_command(struct cifs_tcon *tcon, struct smb_rqst *rqst) smb2_set_next_command() argument
2538 smb2_query_info_compound(const unsigned int xid, struct cifs_tcon *tcon, const char *path, u32 desired_access, u32 class, u32 type, u32 output_len, struct kvec *rsp, int *buftype, struct cifs_sb_info *cifs_sb) smb2_query_info_compound() argument
2673 smb2_queryfs(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, struct kstatfs *buf) smb2_queryfs() argument
2710 smb311_queryfs(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, struct kstatfs *buf) smb311_queryfs() argument
2789 struct cifs_tcon *tcon; smb2_get_dfs_refer() local
2996 smb2_query_reparse_point(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, u32 *tag, struct kvec *rsp, int *rsp_buftype) smb2_query_reparse_point() argument
3172 struct cifs_tcon *tcon; get_smb2_acl_by_path() local
3237 struct cifs_tcon *tcon; set_smb2_acl() local
3307 smb3_zero_data(struct file *file, struct cifs_tcon *tcon, loff_t offset, loff_t len, unsigned int xid) smb3_zero_data() argument
3325 smb3_zero_range(struct file *file, struct cifs_tcon *tcon, loff_t offset, loff_t len, bool keep_size) smb3_zero_range() argument
3387 smb3_punch_hole(struct file *file, struct cifs_tcon *tcon, loff_t offset, loff_t len) smb3_punch_hole() argument
3431 smb3_simple_fallocate_write_range(unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, loff_t off, loff_t len, char *buf) smb3_simple_fallocate_write_range() argument
3468 smb3_simple_fallocate_range(unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, loff_t off, loff_t len) smb3_simple_fallocate_range() argument
3552 smb3_simple_falloc(struct file *file, struct cifs_tcon *tcon, loff_t off, loff_t len, bool keep_size) smb3_simple_falloc() argument
3679 smb3_collapse_range(struct file *file, struct cifs_tcon *tcon, loff_t off, loff_t len) smb3_collapse_range() argument
3732 smb3_insert_range(struct file *file, struct cifs_tcon *tcon, loff_t off, loff_t len) smb3_insert_range() argument
3786 smb3_llseek(struct file *file, struct cifs_tcon *tcon, loff_t offset, int whence) smb3_llseek() argument
3870 smb3_fiemap(struct cifs_tcon *tcon, struct cifsFileInfo *cfile, struct fiemap_extent_info *fei, u64 start, u64 len) smb3_fiemap() argument
3945 smb3_fallocate(struct file *file, struct cifs_tcon *tcon, int mode, loff_t off, loff_t len) smb3_fallocate() argument
5106 smb2_make_node(unsigned int xid, struct inode *inode, struct dentry *dentry, struct cifs_tcon *tcon, const char *full_path, umode_t mode, dev_t dev) smb2_make_node() argument
[all...]
H A Dsmb2pdu.c73 int smb3_encryption_required(const struct cifs_tcon *tcon) in smb3_encryption_required() argument
87 smb2_hdr_assemble(struct smb2_hdr *shdr, __le16 smb2_cmd, const struct cifs_tcon *tcon, struct TCP_Server_Info *server) smb2_hdr_assemble() argument
210 smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon, struct TCP_Server_Info *server, bool from_reconnect) smb2_reconnect() argument
486 fill_small_buf(__le16 smb2_command, struct cifs_tcon *tcon, struct TCP_Server_Info *server, void *buf, unsigned int *total_len) fill_small_buf() argument
512 __smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, struct TCP_Server_Info *server, void **request_buf, unsigned int *total_len) __smb2_plain_req_init() argument
544 smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, struct TCP_Server_Info *server, void **request_buf, unsigned int *total_len) smb2_plain_req_init() argument
558 smb2_ioctl_req_init(u32 opcode, struct cifs_tcon *tcon, struct TCP_Server_Info *server, void **request_buf, unsigned int *total_len) smb2_ioctl_req_init() argument
1246 smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) smb3_validate_negotiate() argument
1980 cifs_stats_fail_inc(struct cifs_tcon *tcon, uint16_t code) cifs_stats_fail_inc() argument
1988 init_copy_chunk_defaults(struct cifs_tcon *tcon) init_copy_chunk_defaults() argument
1996 SMB2_tcon(const unsigned int xid, struct cifs_ses *ses, const char *tree, struct cifs_tcon *tcon, const struct nls_table *cp) SMB2_tcon() argument
2140 SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon) SMB2_tdis() argument
2766 smb311_posix_mkdir(const unsigned int xid, struct inode *inode, umode_t mode, struct cifs_tcon *tcon, const char *full_path, struct cifs_sb_info *cifs_sb) smb311_posix_mkdir() argument
2933 SMB2_open_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, __u8 *oplock, struct cifs_open_parms *oparms, __le16 *path) SMB2_open_init() argument
3122 struct cifs_tcon *tcon = oparms->tcon; SMB2_open() local
3208 SMB2_ioctl_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, u32 opcode, char *in_data, u32 indatalen, __u32 max_response_size) SMB2_ioctl_init() argument
3314 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, u32 opcode, char *in_data, u32 indatalen, u32 max_out_data_len, char **out_data, u32 *plen ) SMB2_ioctl() argument
3440 SMB2_set_compression(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid) SMB2_set_compression() argument
3462 SMB2_close_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, bool query_attrs) SMB2_close_init() argument
3496 __SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct smb2_file_network_open_info *pbuf) __SMB2_close() argument
3572 SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid) SMB2_close() argument
3634 SMB2_query_info_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, u8 info_class, u8 info_type, u32 additional_info, size_t output_len, size_t input_len, void *input) SMB2_query_info_init() argument
3683 query_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, u8 info_class, u8 info_type, u32 additional_info, size_t output_len, size_t min_len, void **data, u32 *dlen) query_info() argument
3770 SMB2_query_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct smb2_file_all_info *data) SMB2_query_info() argument
3798 SMB2_query_acl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, void **data, u32 *plen, u32 extra_info) SMB2_query_acl() argument
3812 SMB2_get_srv_num(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, __le64 *uniqueid) SMB2_get_srv_num() argument
3828 SMB2_notify_init(const unsigned int xid, struct smb_rqst *rqst, struct cifs_tcon *tcon, struct TCP_Server_Info *server, u64 persistent_fid, u64 volatile_fid, u32 completion_filter, bool watch_tree) SMB2_notify_init() argument
3861 SMB2_change_notify(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, bool watch_tree, u32 completion_filter, u32 max_out_data_len, char **out_data, u32 *plen ) SMB2_change_notify() argument
3968 struct cifs_tcon *tcon, *tcon2; smb2_reconnect_server() local
4144 SMB2_flush_init(const unsigned int xid, struct smb_rqst *rqst, struct cifs_tcon *tcon, struct TCP_Server_Info *server, u64 persistent_fid, u64 volatile_fid) SMB2_flush_init() argument
4168 SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid) SMB2_flush() argument
4219 struct cifs_tcon *tcon = io_parms->tcon; smb3_use_rdma_offload() local
4344 struct cifs_tcon *tcon = tlink_tcon(rdata->cfile->tlink); smb2_readv_callback() local
4439 struct cifs_tcon *tcon = tlink_tcon(rdata->cfile->tlink); smb2_async_readv() local
4596 struct cifs_tcon *tcon = tlink_tcon(wdata->cfile->tlink); smb2_writev_callback() local
4682 struct cifs_tcon *tcon = tlink_tcon(wdata->cfile->tlink); smb2_async_writev() local
5068 SMB2_query_directory_init(const unsigned int xid, struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, int index, int info_level) SMB2_query_directory_init() argument
5149 smb2_parse_query_directory(struct cifs_tcon *tcon, struct kvec *rsp_iov, int resp_buftype, struct cifs_search_info *srch_inf) smb2_parse_query_directory() argument
5224 SMB2_query_directory(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, int index, struct cifs_search_info *srch_inf) SMB2_query_directory() argument
5294 SMB2_set_info_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, u32 pid, u8 info_class, u8 info_type, u32 additional_info, void **data, unsigned int *size) SMB2_set_info_init() argument
5344 send_set_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, u32 pid, u8 info_class, u8 info_type, u32 additional_info, unsigned int num, void **data, unsigned int *size) send_set_info() argument
5404 SMB2_set_eof(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, u32 pid, __le64 *eof) SMB2_set_eof() argument
5424 SMB2_set_acl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct cifs_ntsd *pnntsd, int pacllen, int aclflag) SMB2_set_acl() argument
5434 SMB2_set_ea(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct smb2_file_full_ea_info *buf, int len) SMB2_set_ea() argument
5444 SMB2_oplock_break(const unsigned int xid, struct cifs_tcon *tcon, const u64 persistent_fid, const u64 volatile_fid, __u8 oplock_level) SMB2_oplock_break() argument
5526 build_qfs_info_req(struct kvec *iov, struct cifs_tcon *tcon, struct TCP_Server_Info *server, int level, int outbuf_len, u64 persistent_fid, u64 volatile_fid) build_qfs_info_req() argument
5566 SMB311_posix_qfs_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct kstatfs *fsdata) SMB311_posix_qfs_info() argument
5617 SMB2_QFS_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct kstatfs *fsdata) SMB2_QFS_info() argument
5668 SMB2_QFS_attr(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, int level) SMB2_QFS_attr() argument
5753 smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon, const __u64 persist_fid, const __u64 volatile_fid, const __u32 pid, const __u32 num_lock, struct smb2_lock_element *buf) smb2_lockv() argument
5812 SMB2_lock(const unsigned int xid, struct cifs_tcon *tcon, const __u64 persist_fid, const __u64 volatile_fid, const __u32 pid, const __u64 length, const __u64 offset, const __u32 lock_flags, const bool wait) SMB2_lock() argument
5829 SMB2_lease_break(const unsigned int xid, struct cifs_tcon *tcon, __u8 *lease_key, const __le32 lease_state) SMB2_lease_break() argument
[all...]
H A Dcifsglob.h1358 struct cifs_tcon *tcon; global() member
1428 struct cifs_tcon *tcon; global() member
1612 cifs_stats_bytes_written(struct cifs_tcon *tcon, unsigned int bytes) cifs_stats_bytes_written() argument
1622 cifs_stats_bytes_read(struct cifs_tcon *tcon, unsigned int bytes) cifs_stats_bytes_read() argument
1697 struct cifs_tcon *tcon; global() member
1771 struct cifs_tcon *tcon; global() member
2124 is_tcon_dfs(struct cifs_tcon *tcon) is_tcon_dfs() argument
2139 cifs_is_referral_server(struct cifs_tcon *tcon, const struct dfs_info3_param *ref) cifs_is_referral_server() argument
[all...]
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmbacl.c1381 int set_info_sec(struct ksmbd_conn *conn, struct ksmbd_tree_connect *tcon, in set_info_sec() argument
H A Dsmb2pdu.c2131 struct ksmbd_tree_connect *tcon = work->tcon; in smb2_tree_disconnect() local
2516 smb2_new_xattrs(struct ksmbd_tree_connect *tcon, const struct path *path, struct ksmbd_file *fp) smb2_new_xattrs() argument
2537 smb2_update_xattrs(struct ksmbd_tree_connect *tcon, const struct path *path, struct ksmbd_file *fp) smb2_update_xattrs() argument
2563 struct ksmbd_tree_connect *tcon = work->tcon; smb2_creat() local
2655 struct ksmbd_tree_connect *tcon = work->tcon; smb2_open() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_drv.h186 struct fsl_tcon *tcon; member
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.c84 static void sun4i_tcon_channel_set_status(struct sun4i_tcon *tcon, int channel, in sun4i_tcon_channel_set_status() argument
118 static void sun4i_tcon_setup_lvds_phy(struct sun4i_tcon *tcon, in sun4i_tcon_setup_lvds_phy() argument
142 sun6i_tcon_setup_lvds_phy(struct sun4i_tcon *tcon, const struct drm_encoder *encoder) sun6i_tcon_setup_lvds_phy() argument
173 sun4i_tcon_lvds_set_status(struct sun4i_tcon *tcon, const struct drm_encoder *encoder, bool enabled) sun4i_tcon_lvds_set_status() argument
189 sun4i_tcon_set_status(struct sun4i_tcon *tcon, const struct drm_encoder *encoder, bool enabled) sun4i_tcon_set_status() argument
226 sun4i_tcon_enable_vblank(struct sun4i_tcon *tcon, bool enable) sun4i_tcon_enable_vblank() argument
252 struct sun4i_tcon *tcon; sun4i_get_tcon0() local
264 sun4i_tcon_set_mux(struct sun4i_tcon *tcon, int channel, const struct drm_encoder *encoder) sun4i_tcon_set_mux() argument
294 sun4i_tcon0_mode_set_dithering(struct sun4i_tcon *tcon, const struct drm_connector *connector) sun4i_tcon0_mode_set_dithering() argument
346 sun4i_tcon0_mode_set_cpu(struct sun4i_tcon *tcon, const struct drm_encoder *encoder, const struct drm_display_mode *mode) sun4i_tcon0_mode_set_cpu() argument
425 sun4i_tcon0_mode_set_lvds(struct sun4i_tcon *tcon, const struct drm_encoder *encoder, const struct drm_display_mode *mode) sun4i_tcon0_mode_set_lvds() argument
505 sun4i_tcon0_mode_set_rgb(struct sun4i_tcon *tcon, const struct drm_encoder *encoder, const struct drm_display_mode *mode) sun4i_tcon0_mode_set_rgb() argument
598 sun4i_tcon1_mode_set(struct sun4i_tcon *tcon, const struct drm_display_mode *mode) sun4i_tcon1_mode_set() argument
712 sun4i_tcon_mode_set(struct sun4i_tcon *tcon, const struct drm_encoder *encoder, const struct drm_display_mode *mode) sun4i_tcon_mode_set() argument
755 struct sun4i_tcon *tcon = private; sun4i_tcon_handler() local
784 sun4i_tcon_init_clocks(struct device *dev, struct sun4i_tcon *tcon) sun4i_tcon_init_clocks() argument
812 sun4i_tcon_init_irq(struct device *dev, struct sun4i_tcon *tcon) sun4i_tcon_init_irq() argument
839 sun4i_tcon_init_regmap(struct device *dev, struct sun4i_tcon *tcon) sun4i_tcon_init_regmap() argument
1116 struct sun4i_tcon *tcon; sun4i_tcon_bind() local
1302 struct sun4i_tcon *tcon = dev_get_drvdata(dev); sun4i_tcon_unbind() local
1340 sun4i_a10_tcon_set_mux(struct sun4i_tcon *tcon, const struct drm_encoder *encoder) sun4i_a10_tcon_set_mux() argument
1364 sun5i_a13_tcon_set_mux(struct sun4i_tcon *tcon, const struct drm_encoder *encoder) sun5i_a13_tcon_set_mux() argument
1380 sun6i_tcon_set_mux(struct sun4i_tcon *tcon, const struct drm_encoder *encoder) sun6i_tcon_set_mux() argument
1405 sun8i_r40_tcon_tv_set_mux(struct sun4i_tcon *tcon, const struct drm_encoder *encoder) sun8i_r40_tcon_tv_set_mux() argument
[all...]
/kernel/linux/linux-5.10/security/selinux/
H A Dselinuxfs.c909 char *scon = NULL, *tcon = NULL; in sel_write_access() local
960 char *scon = NULL, *tcon = NULL; in sel_write_create() local
1064 char *scon = NULL, *tcon = NULL; sel_write_relabel() local
1190 char *scon = NULL, *tcon = NULL; sel_write_member() local
[all...]
/kernel/linux/linux-6.6/security/selinux/
H A Dselinuxfs.c867 char *scon = NULL, *tcon = NULL; in sel_write_access() local
915 char *scon = NULL, *tcon = NULL; in sel_write_create() local
1016 char *scon = NULL, *tcon = NULL; sel_write_relabel() local
1136 char *scon = NULL, *tcon = NULL; sel_write_member() local
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dfile.c124 struct cifs_tcon *tcon; in cifs_posix_open() local
301 struct cifs_tcon *tcon in cifs_new_fileinfo() local
177 cifs_nt_open(char *full_path, struct inode *inode, struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, unsigned int f_flags, __u32 *oplock, struct cifs_fid *fid, unsigned int xid) cifs_nt_open() argument
443 struct cifs_tcon *tcon = tlink_tcon(cifs_file->tlink); _cifsFileInfo_put() local
524 struct cifs_tcon *tcon; cifs_open() local
654 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); cifs_relock_file() local
682 struct cifs_tcon *tcon; cifs_reopen_file() local
852 cifs_reopen_persistent_handles(struct cifs_tcon *tcon) cifs_reopen_persistent_handles() argument
892 struct cifs_tcon *tcon; cifs_closedir() local
1184 struct cifs_tcon *tcon; cifs_push_mandatory_locks() local
1274 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); cifs_push_posix_locks() local
1363 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); cifs_push_locks() local
1439 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); cifs_getlk() local
1532 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); cifs_unlock_range() local
1641 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); cifs_setlk() local
1734 struct cifs_tcon *tcon; cifs_flock() local
1783 struct cifs_tcon *tcon; cifs_lock() local
1851 struct cifs_tcon *tcon; cifs_write() local
2065 cifs_get_writable_path(struct cifs_tcon *tcon, const char *name, int flags, struct cifsFileInfo **ret_file) cifs_get_writable_path() argument
2101 cifs_get_readable_path(struct cifs_tcon *tcon, const char *name, struct cifsFileInfo **ret_file) cifs_get_readable_path() argument
2596 struct cifs_tcon *tcon; cifs_strict_fsync() local
2649 struct cifs_tcon *tcon; cifs_fsync() local
3065 struct cifs_tcon *tcon; collect_uncached_write_data() local
3150 struct cifs_tcon *tcon; __cifs_writev() local
3305 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); cifs_strict_writev() local
3887 struct cifs_tcon *tcon; __cifs_readv() local
4010 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); cifs_strict_readv() local
4051 struct cifs_tcon *tcon; cifs_read() local
4778 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); cifs_oplock_break() local
[all...]
H A Dcifssmb.c99 cifs_mark_open_files_invalid(struct cifs_tcon *tcon) in cifs_mark_open_files_invalid() argument
129 cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command) cifs_reconnect_tcon() argument
275 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon, void **request_buf) small_smb_init() argument
327 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, void **request_buf, void **response_buf) __smb_init() argument
353 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, void **request_buf, void **response_buf) smb_init() argument
366 smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon, void **request_buf, void **response_buf) smb_init_no_reconnect() argument
703 CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon) CIFSSMBTDis() argument
847 CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, __u16 type, const struct nls_table *nls_codepage, int remap) CIFSPOSIXDelFile() argument
921 CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb) CIFSSMBDelFile() argument
965 CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb) CIFSSMBRmDir() argument
1008 CIFSSMBMkDir(const unsigned int xid, struct inode *inode, umode_t mode, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb) CIFSSMBMkDir() argument
1052 CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon, __u32 posix_flags, __u64 mode, __u16 *netfid, FILE_UNIX_BASIC_INFO *pRetData, __u32 *pOplock, const char *name, const struct nls_table *nls_codepage, int remap) CIFSPOSIXCreate() argument
1217 SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const int openDisposition, const int access_flags, const int create_options, __u16 *netfid, int *pOplock, FILE_ALL_INFO *pfile_info, const struct nls_table *nls_codepage, int remap) SMBLegacyOpen() argument
1331 struct cifs_tcon *tcon = oparms->tcon; CIFS_open() local
1622 struct cifs_tcon *tcon = tlink_tcon(rdata->cfile->tlink); cifs_readv_callback() local
1679 struct cifs_tcon *tcon = tlink_tcon(rdata->cfile->tlink); cifs_async_readv() local
1754 struct cifs_tcon *tcon = io_parms->tcon; CIFSSMBRead() local
1862 struct cifs_tcon *tcon = io_parms->tcon; CIFSSMBWrite() local
2154 struct cifs_tcon *tcon = tlink_tcon(wdata->cfile->tlink); cifs_writev_callback() local
2204 struct cifs_tcon *tcon = tlink_tcon(wdata->cfile->tlink); cifs_async_writev() local
2295 struct cifs_tcon *tcon = io_parms->tcon; CIFSSMBWrite2() local
2388 cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon, const __u16 netfid, const __u8 lock_type, const __u32 num_unlock, const __u32 num_lock, LOCKING_ANDX_RANGE *buf) cifs_lockv() argument
2434 CIFSSMBLock(const unsigned int xid, struct cifs_tcon *tcon, const __u16 smb_file_id, const __u32 netpid, const __u64 len, const __u64 offset, const __u32 numUnlock, const __u32 numLock, const __u8 lockType, const bool waitFlag, const __u8 oplock_level) CIFSSMBLock() argument
2503 CIFSSMBPosixLock(const unsigned int xid, struct cifs_tcon *tcon, const __u16 smb_file_id, const __u32 netpid, const loff_t start_offset, const __u64 len, struct file_lock *pLockData, const __u16 lock_type, const bool waitFlag) CIFSSMBPosixLock() argument
2633 CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon, int smb_file_id) CIFSSMBClose() argument
2667 CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon, int smb_file_id) CIFSSMBFlush() argument
2689 CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb) CIFSSMBRename() argument
2836 CIFSSMBCopy(const unsigned int xid, struct cifs_tcon *tcon, const char *fromName, const __u16 target_tid, const char *toName, const int flags, const struct nls_table *nls_codepage, int remap) CIFSSMBCopy() argument
2899 CIFSUnixCreateSymLink(const unsigned int xid, struct cifs_tcon *tcon, const char *fromName, const char *toName, const struct nls_table *nls_codepage, int remap) CIFSUnixCreateSymLink() argument
2985 CIFSUnixCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon, const char *fromName, const char *toName, const struct nls_table *nls_codepage, int remap) CIFSUnixCreateHardLink() argument
3067 CIFSCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb) CIFSCreateHardLink() argument
3136 CIFSSMBUnixQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, char **symlinkinfo, const struct nls_table *nls_codepage, int remap) CIFSSMBUnixQuerySymLink() argument
3239 CIFSSMBQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon, __u16 fid, char **symlinkinfo, const struct nls_table *nls_codepage) CIFSSMBQuerySymLink() argument
3362 CIFSSMB_set_compression(const unsigned int xid, struct cifs_tcon *tcon, __u16 fid) CIFSSMB_set_compression() argument
3552 CIFSSMBGetPosixACL(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, char *acl_inf, const int buflen, const int acl_type, const struct nls_table *nls_codepage, int remap) CIFSSMBGetPosixACL() argument
3639 CIFSSMBSetPosixACL(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *fileName, const char *local_acl, const int buflen, const int acl_type, const struct nls_table *nls_codepage, int remap) CIFSSMBSetPosixACL() argument
3717 CIFSGetExtAttr(const unsigned int xid, struct cifs_tcon *tcon, const int netfid, __u64 *pExtAttrBits, __u64 *pMask) CIFSGetExtAttr() argument
3808 smb_init_nttransact(const __u16 sub_command, const int setup_count, const int parm_len, struct cifs_tcon *tcon, void **ret_buf) smb_init_nttransact() argument
3891 CIFSSMBGetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon, __u16 fid, struct cifs_ntsd **acl_inf, __u32 *pbuflen) CIFSSMBGetCIFSACL() argument
3981 CIFSSMBSetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon, __u16 fid, struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) CIFSSMBSetCIFSACL() argument
4046 SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon, const char *search_name, FILE_ALL_INFO *data, const struct nls_table *nls_codepage, int remap) SMBQueryInformation() argument
4112 CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon, u16 netfid, FILE_ALL_INFO *pFindData) CIFSSMBQFileInfo() argument
4180 CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon, const char *search_name, FILE_ALL_INFO *data, int legacy , const struct nls_table *nls_codepage, int remap) CIFSSMBQPathInfo() argument
4279 CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon, u16 netfid, FILE_UNIX_BASIC_INFO *pFindData) CIFSSMBUnixQFileInfo() argument
4347 CIFSSMBUnixQPathInfo(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, FILE_UNIX_BASIC_INFO *pFindData, const struct nls_table *nls_codepage, int remap) CIFSSMBUnixQPathInfo() argument
4429 CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon, const char *searchName, struct cifs_sb_info *cifs_sb, __u16 *pnetfid, __u16 search_flags, struct cifs_search_info *psrch_inf, bool msearch) CIFSFindFirst() argument
4582 CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon, __u16 searchHandle, __u16 search_flags, struct cifs_search_info *psrch_inf) CIFSFindNext() argument
4718 CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon, const __u16 searchHandle) CIFSFindClose() argument
4751 CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon, const char *search_name, __u64 *inode_number, const struct nls_table *nls_codepage, int remap) CIFSGetSrvInodeNumber() argument
4958 SMBOldQFSInfo(const unsigned int xid, struct cifs_tcon *tcon, struct kstatfs *FSData) SMBOldQFSInfo() argument
5045 CIFSSMBQFSInfo(const unsigned int xid, struct cifs_tcon *tcon, struct kstatfs *FSData) CIFSSMBQFSInfo() argument
5132 CIFSSMBQFSAttributeInfo(const unsigned int xid, struct cifs_tcon *tcon) CIFSSMBQFSAttributeInfo() argument
5202 CIFSSMBQFSDeviceInfo(const unsigned int xid, struct cifs_tcon *tcon) CIFSSMBQFSDeviceInfo() argument
5273 CIFSSMBQFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon) CIFSSMBQFSUnixInfo() argument
5343 CIFSSMBSetFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon, __u64 cap) CIFSSMBSetFSUnixInfo() argument
5417 CIFSSMBQFSPosixInfo(const unsigned int xid, struct cifs_tcon *tcon, struct kstatfs *FSData) CIFSSMBQFSPosixInfo() argument
5517 CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon, const char *file_name, __u64 size, struct cifs_sb_info *cifs_sb, bool set_allocation) CIFSSMBSetEOF() argument
5606 CIFSSMBSetFileSize(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, __u64 size, bool set_allocation) CIFSSMBSetFileSize() argument
5690 CIFSSMBSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon, const FILE_BASIC_INFO *data, __u16 fid, __u32 pid_of_opener) CIFSSMBSetFileInfo() argument
5755 CIFSSMBSetFileDisposition(const unsigned int xid, struct cifs_tcon *tcon, bool delete_file, __u16 fid, __u32 pid_of_opener) CIFSSMBSetFileDisposition() argument
5812 CIFSSMBSetPathInfoFB(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const FILE_BASIC_INFO *data, const struct nls_table *nls_codepage, struct cifs_sb_info *cifs_sb) CIFSSMBSetPathInfoFB() argument
5843 CIFSSMBSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const FILE_BASIC_INFO *data, const struct nls_table *nls_codepage, struct cifs_sb_info *cifs_sb) CIFSSMBSetPathInfo() argument
6023 CIFSSMBUnixSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon, const struct cifs_unix_set_info_args *args, u16 fid, u32 pid_of_opener) CIFSSMBUnixSetFileInfo() argument
6089 CIFSSMBUnixSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon, const char *file_name, const struct cifs_unix_set_info_args *args, const struct nls_table *nls_codepage, int remap) CIFSSMBUnixSetPathInfo() argument
6175 CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, const unsigned char *ea_name, char *EAData, size_t buf_size, struct cifs_sb_info *cifs_sb) CIFSSMBQAllEAs() argument
6361 CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const char *ea_name, const void *ea_value, const __u16 ea_value_len, const struct nls_table *nls_codepage, struct cifs_sb_info *cifs_sb) CIFSSMBSetEA() argument
[all...]
H A Dsmb2ops.c342 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_wsize() argument
357 smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb3_negotiate_wsize() argument
389 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_rsize() argument
405 smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb3_negotiate_rsize() argument
580 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon) in SMB3_request_interfaces() argument
672 open_shroot(unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, struct cached_fid **cfid) open_shroot() argument
851 smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb) smb3_qfs_tcon() argument
898 smb2_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb) smb2_qfs_tcon() argument
927 smb2_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path) smb2_is_path_accessible() argument
963 smb2_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, u64 *uniqueid, FILE_ALL_INFO *data) smb2_get_srv_inum() argument
972 smb2_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid, FILE_ALL_INFO *data) smb2_query_file_info() argument
1077 smb2_query_eas(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *path, const unsigned char *ea_name, char *ea_data, size_t buf_size, struct cifs_sb_info *cifs_sb) smb2_query_eas() argument
1133 smb2_set_ea(const unsigned int xid, struct cifs_tcon *tcon, const char *path, const char *ea_name, const void *ea_value, const __u16 ea_value_len, const struct nls_table *nls_codepage, struct cifs_sb_info *cifs_sb) smb2_set_ea() argument
1301 smb2_clear_stats(struct cifs_tcon *tcon) smb2_clear_stats() argument
1312 smb2_dump_share_caps(struct seq_file *m, struct cifs_tcon *tcon) smb2_dump_share_caps() argument
1345 smb2_print_stats(struct seq_file *m, struct cifs_tcon *tcon) smb2_print_stats() argument
1423 smb2_close_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) smb2_close_file() argument
1430 smb2_close_getattr(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile) smb2_close_getattr() argument
1469 SMB2_request_res_key(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct copychunk_ioctl *pcchunk) SMB2_request_res_key() argument
1508 smb2_ioctl_query_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, __le16 *path, int is_dir, unsigned long p) smb2_ioctl_query_info() argument
1748 struct cifs_tcon *tcon; smb2_copychunk_range() local
1877 smb2_flush_file(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) smb2_flush_file() argument
1925 smb2_set_sparse(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, struct inode *inode, __u8 setsparse) smb2_set_sparse() argument
1971 smb2_set_file_size(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, __u64 size, bool set_alloc) smb2_set_file_size() argument
2004 struct cifs_tcon *tcon = tlink_tcon(trgtfile->tlink); smb2_duplicate_extents() local
2050 smb2_set_compression(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile) smb2_set_compression() argument
2058 smb3_set_integrity(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile) smb3_set_integrity() argument
2088 smb3_enum_snapshots(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, void __user *ioc_buf) smb3_enum_snapshots() argument
2181 struct cifs_tcon *tcon; smb3_notify() local
2231 smb2_query_dir_first(const unsigned int xid, struct cifs_tcon *tcon, const char *path, struct cifs_sb_info *cifs_sb, struct cifs_fid *fid, __u16 search_flags, struct cifs_search_info *srch_inf) smb2_query_dir_first() argument
2350 smb2_query_dir_next(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid, __u16 search_flags, struct cifs_search_info *srch_inf) smb2_query_dir_next() argument
2359 smb2_close_dir(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *fid) smb2_close_dir() argument
2416 smb2_oplock_response(struct cifs_tcon *tcon, struct cifs_fid *fid, struct cifsInodeInfo *cinode) smb2_oplock_response() argument
2444 smb2_set_next_command(struct cifs_tcon *tcon, struct smb_rqst *rqst) smb2_set_next_command() argument
2505 smb2_query_info_compound(const unsigned int xid, struct cifs_tcon *tcon, __le16 *utf16_path, u32 desired_access, u32 class, u32 type, u32 output_len, struct kvec *rsp, int *buftype, struct cifs_sb_info *cifs_sb) smb2_query_info_compound() argument
2598 smb2_queryfs(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, struct kstatfs *buf) smb2_queryfs() argument
2635 smb311_queryfs(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, struct kstatfs *buf) smb311_queryfs() argument
2712 struct cifs_tcon *tcon; smb2_get_dfs_refer() local
2895 smb2_query_symlink(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, char **target_path, bool is_reparse_point) smb2_query_symlink() argument
3083 smb2_query_reparse_tag(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, __u32 *tag) smb2_query_reparse_tag() argument
3250 struct cifs_tcon *tcon; get_smb2_acl_by_path() local
3307 struct cifs_tcon *tcon; set_smb2_acl() local
3374 smb3_zero_range(struct file *file, struct cifs_tcon *tcon, loff_t offset, loff_t len, bool keep_size) smb3_zero_range() argument
3443 smb3_punch_hole(struct file *file, struct cifs_tcon *tcon, loff_t offset, loff_t len) smb3_punch_hole() argument
3485 smb3_simple_fallocate_write_range(unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, loff_t off, loff_t len, char *buf) smb3_simple_fallocate_write_range() argument
3522 smb3_simple_fallocate_range(unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, loff_t off, loff_t len) smb3_simple_fallocate_range() argument
3606 smb3_simple_falloc(struct file *file, struct cifs_tcon *tcon, loff_t off, loff_t len, bool keep_size) smb3_simple_falloc() argument
3733 smb3_llseek(struct file *file, struct cifs_tcon *tcon, loff_t offset, int whence) smb3_llseek() argument
3817 smb3_fiemap(struct cifs_tcon *tcon, struct cifsFileInfo *cfile, struct fiemap_extent_info *fei, u64 start, u64 len) smb3_fiemap() argument
3892 smb3_fallocate(struct file *file, struct cifs_tcon *tcon, int mode, loff_t off, loff_t len) smb3_fallocate() argument
5032 smb2_make_node(unsigned int xid, struct inode *inode, struct dentry *dentry, struct cifs_tcon *tcon, char *full_path, umode_t mode, dev_t dev) smb2_make_node() argument
[all...]
H A Dsmb2pdu.c86 int smb3_encryption_required(const struct cifs_tcon *tcon) in smb3_encryption_required() argument
100 smb2_hdr_assemble(struct smb2_sync_hdr *shdr, __le16 smb2_cmd, const struct cifs_tcon *tcon, struct TCP_Server_Info *server) smb2_hdr_assemble() argument
156 smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon, struct TCP_Server_Info *server) smb2_reconnect() argument
345 fill_small_buf(__le16 smb2_command, struct cifs_tcon *tcon, struct TCP_Server_Info *server, void *buf, unsigned int *total_len) fill_small_buf() argument
371 __smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, struct TCP_Server_Info *server, void **request_buf, unsigned int *total_len) __smb2_plain_req_init() argument
403 smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, struct TCP_Server_Info *server, void **request_buf, unsigned int *total_len) smb2_plain_req_init() argument
417 smb2_ioctl_req_init(u32 opcode, struct cifs_tcon *tcon, struct TCP_Server_Info *server, void **request_buf, unsigned int *total_len) smb2_ioctl_req_init() argument
1006 smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) smb3_validate_negotiate() argument
1694 cifs_stats_fail_inc(struct cifs_tcon *tcon, uint16_t code) cifs_stats_fail_inc() argument
1702 init_copy_chunk_defaults(struct cifs_tcon *tcon) init_copy_chunk_defaults() argument
1710 SMB2_tcon(const unsigned int xid, struct cifs_ses *ses, const char *tree, struct cifs_tcon *tcon, const struct nls_table *cp) SMB2_tcon() argument
1851 SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon) SMB2_tdis() argument
2490 smb311_posix_mkdir(const unsigned int xid, struct inode *inode, umode_t mode, struct cifs_tcon *tcon, const char *full_path, struct cifs_sb_info *cifs_sb) smb311_posix_mkdir() argument
2644 SMB2_open_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, __u8 *oplock, struct cifs_open_parms *oparms, __le16 *path) SMB2_open_init() argument
2845 struct cifs_tcon *tcon = oparms->tcon; SMB2_open() local
2927 SMB2_ioctl_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, u32 opcode, char *in_data, u32 indatalen, __u32 max_response_size) SMB2_ioctl_init() argument
3032 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, u32 opcode, char *in_data, u32 indatalen, u32 max_out_data_len, char **out_data, u32 *plen ) SMB2_ioctl() argument
3148 SMB2_set_compression(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid) SMB2_set_compression() argument
3170 SMB2_close_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, bool query_attrs) SMB2_close_init() argument
3204 __SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct smb2_file_network_open_info *pbuf) __SMB2_close() argument
3282 SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid) SMB2_close() argument
3344 SMB2_query_info_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, u8 info_class, u8 info_type, u32 additional_info, size_t output_len, size_t input_len, void *input) SMB2_query_info_init() argument
3393 query_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, u8 info_class, u8 info_type, u32 additional_info, size_t output_len, size_t min_len, void **data, u32 *dlen) query_info() argument
3480 SMB2_query_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct smb2_file_all_info *data) SMB2_query_info() argument
3491 SMB311_posix_query_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct smb311_posix_qinfo *data, u32 *plen) SMB311_posix_query_info() argument
3504 SMB2_query_acl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, void **data, u32 *plen) SMB2_query_acl() argument
3517 SMB2_get_srv_num(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, __le64 *uniqueid) SMB2_get_srv_num() argument
3533 SMB2_notify_init(const unsigned int xid, struct smb_rqst *rqst, struct cifs_tcon *tcon, struct TCP_Server_Info *server, u64 persistent_fid, u64 volatile_fid, u32 completion_filter, bool watch_tree) SMB2_notify_init() argument
3566 SMB2_change_notify(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, bool watch_tree, u32 completion_filter) SMB2_change_notify() argument
3648 struct cifs_tcon *tcon, *tcon2; smb2_reconnect_server() local
3757 SMB2_flush_init(const unsigned int xid, struct smb_rqst *rqst, struct cifs_tcon *tcon, struct TCP_Server_Info *server, u64 persistent_fid, u64 volatile_fid) SMB2_flush_init() argument
3781 SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid) SMB2_flush() argument
3931 struct cifs_tcon *tcon = tlink_tcon(rdata->cfile->tlink); smb2_readv_callback() local
4028 struct cifs_tcon *tcon = tlink_tcon(rdata->cfile->tlink); smb2_async_readv() local
4177 struct cifs_tcon *tcon = tlink_tcon(wdata->cfile->tlink); smb2_writev_callback() local
4263 struct cifs_tcon *tcon = tlink_tcon(wdata->cfile->tlink); smb2_async_writev() local
4631 SMB2_query_directory_init(const unsigned int xid, struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, int index, int info_level) SMB2_query_directory_init() argument
4709 smb2_parse_query_directory(struct cifs_tcon *tcon, struct kvec *rsp_iov, int resp_buftype, struct cifs_search_info *srch_inf) smb2_parse_query_directory() argument
4781 SMB2_query_directory(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, int index, struct cifs_search_info *srch_inf) SMB2_query_directory() argument
4851 SMB2_set_info_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, u32 pid, u8 info_class, u8 info_type, u32 additional_info, void **data, unsigned int *size) SMB2_set_info_init() argument
4902 send_set_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, u32 pid, u8 info_class, u8 info_type, u32 additional_info, unsigned int num, void **data, unsigned int *size) send_set_info() argument
4962 SMB2_set_eof(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, u32 pid, __le64 *eof) SMB2_set_eof() argument
4980 SMB2_set_acl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct cifs_ntsd *pnntsd, int pacllen, int aclflag) SMB2_set_acl() argument
4990 SMB2_set_ea(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct smb2_file_full_ea_info *buf, int len) SMB2_set_ea() argument
5000 SMB2_oplock_break(const unsigned int xid, struct cifs_tcon *tcon, const u64 persistent_fid, const u64 volatile_fid, __u8 oplock_level) SMB2_oplock_break() argument
5082 build_qfs_info_req(struct kvec *iov, struct cifs_tcon *tcon, struct TCP_Server_Info *server, int level, int outbuf_len, u64 persistent_fid, u64 volatile_fid) build_qfs_info_req() argument
5122 SMB311_posix_qfs_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct kstatfs *fsdata) SMB311_posix_qfs_info() argument
5173 SMB2_QFS_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct kstatfs *fsdata) SMB2_QFS_info() argument
5224 SMB2_QFS_attr(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, int level) SMB2_QFS_attr() argument
5309 smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon, const __u64 persist_fid, const __u64 volatile_fid, const __u32 pid, const __u32 num_lock, struct smb2_lock_element *buf) smb2_lockv() argument
5368 SMB2_lock(const unsigned int xid, struct cifs_tcon *tcon, const __u64 persist_fid, const __u64 volatile_fid, const __u32 pid, const __u64 length, const __u64 offset, const __u32 lock_flags, const bool wait) SMB2_lock() argument
5385 SMB2_lease_break(const unsigned int xid, struct cifs_tcon *tcon, __u8 *lease_key, const __le32 lease_state) SMB2_lease_break() argument
[all...]
H A Dconnect.c395 struct cifs_tcon *tcon; in cifs_reconnect() local
2731 struct cifs_tcon *tcon; in cifs_setup_ipc() local
2790 struct cifs_tcon *tcon = ses->tcon_ipc; cifs_free_ipc() local
3157 match_tcon(struct cifs_tcon *tcon, struct smb_vol *volume_info) match_tcon() argument
3180 struct cifs_tcon *tcon; cifs_find_tcon() local
3200 cifs_put_tcon(struct cifs_tcon *tcon) cifs_put_tcon() argument
3257 struct cifs_tcon *tcon; cifs_get_tcon() local
3514 struct cifs_tcon *tcon; cifs_match_super() local
3818 reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, struct smb_vol *vol_info) reset_cifs_unix_caps() argument
4061 mount_put_conns(struct cifs_sb_info *cifs_sb, unsigned int xid, struct TCP_Server_Info *server, struct cifs_ses *ses, struct cifs_tcon *tcon) mount_put_conns() argument
4087 struct cifs_tcon *tcon; mount_get_conns() local
4166 mount_setup_tlink(struct cifs_sb_info *cifs_sb, struct cifs_ses *ses, struct cifs_tcon *tcon) mount_setup_tlink() argument
4317 setup_dfs_tgt_conn(const char *path, const char *full_path, const struct dfs_cache_tgt_iterator *tgt_it, struct cifs_sb_info *cifs_sb, struct smb_vol *vol, unsigned int *xid, struct TCP_Server_Info **server, struct cifs_ses **ses, struct cifs_tcon **tcon) setup_dfs_tgt_conn() argument
4369 do_dfs_failover(const char *path, const char *full_path, struct cifs_sb_info *cifs_sb, struct smb_vol *vol, struct cifs_ses *root_ses, unsigned int *xid, struct TCP_Server_Info **server, struct cifs_ses **ses, struct cifs_tcon **tcon) do_dfs_failover() argument
4470 cifs_are_all_path_components_accessible(struct TCP_Server_Info *server, unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, char *full_path, int added_treename) cifs_are_all_path_components_accessible() argument
4520 is_path_remote(struct cifs_sb_info *cifs_sb, struct smb_vol *vol, const unsigned int xid, struct TCP_Server_Info *server, struct cifs_tcon *tcon) is_path_remote() argument
4583 check_dfs_prepath(struct cifs_sb_info *cifs_sb, struct smb_vol *vol, const unsigned int xid, struct TCP_Server_Info *server, struct cifs_tcon *tcon, char **dfs_path) check_dfs_prepath() argument
4659 struct cifs_tcon *tcon = NULL; cifs_mount() local
4804 struct cifs_tcon *tcon; cifs_mount() local
4833 CIFSTCon(const unsigned int xid, struct cifs_ses *ses, const char *tree, struct cifs_tcon *tcon, const struct nls_table *nls_codepage) CIFSTCon() argument
5106 struct cifs_tcon *tcon = NULL; cifs_construct_tcon() local
5350 cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) cifs_tree_connect() argument
5451 cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) cifs_tree_connect() argument
[all...]
H A Dcifsglob.h1080 struct cifs_tcon *tcon; member
1276 struct cifs_tcon *tcon; global() member
1343 struct cifs_tcon *tcon; global() member
1539 cifs_stats_bytes_written(struct cifs_tcon *tcon, unsigned int bytes) cifs_stats_bytes_written() argument
1549 cifs_stats_bytes_read(struct cifs_tcon *tcon, unsigned int bytes) cifs_stats_bytes_read() argument
1624 struct cifs_tcon *tcon; global() member
2037 is_tcon_dfs(struct cifs_tcon *tcon) is_tcon_dfs() argument
[all...]

Completed in 66 milliseconds

1234