Home
last modified time | relevance | path

Searched defs:xid (Results 1 – 25 of 67) sorted by relevance

123

/linux/fs/smb/client/
H A Dsmb1ops.c21 void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon, in reset_cifs_unix_caps()
143 unsigned int xid) in send_nt_cancel()
190 unsigned int xid) in send_lock_cancel()
216 unsigned int xid) in cifs_send_cancel()
411 cifs_negotiate(const unsigned int xid, in cifs_negotiate()
497 cifs_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in cifs_qfs_tcon()
505 cifs_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in cifs_is_path_accessible()
526 static int cifs_query_path_info(const unsigned int xid, in cifs_query_path_info()
734 static int cifs_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, in cifs_get_srv_inum()
760 static int cifs_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, in cifs_query_file_info()
[all …]
H A Dinode.c394 unsigned int xid; in cifs_get_file_info_unix() local
431 const unsigned int xid) in cifs_get_unix_fattr()
485 struct super_block *sb, unsigned int xid) in cifs_get_inode_info_unix()
504 const unsigned int xid) in cifs_get_unix_fattr()
511 struct super_block *sb, unsigned int xid) in cifs_get_inode_info_unix()
519 struct cifs_sb_info *cifs_sb, unsigned int xid) in cifs_sfu_type()
705 struct cifs_sb_info *cifs_sb, unsigned int xid) in cifs_sfu_mode()
966 unsigned int xid; in cifs_get_file_info() local
1061 cifs_backup_query_path_info(int xid, in cifs_backup_query_path_info()
1100 static void cifs_set_fattr_ino(int xid, struct cifs_tcon *tcon, struct super_block *sb, in cifs_set_fattr_ino()
[all …]
H A Dsmb2inode.c200 static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, in smb2_compound_op()
839 int smb2_query_path_info(const unsigned int xid, in smb2_query_path_info()
1016 smb2_mkdir(const unsigned int xid, struct inode *parent_inode, umode_t mode, in smb2_mkdir()
1033 const unsigned int xid) in smb2_mkdir_setinfo()
1060 smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_rmdir()
1075 smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_unlink()
1187 static int smb2_set_path_attr(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_path_attr()
1218 int smb2_rename_path(const unsigned int xid, in smb2_rename_path()
1244 static int clear_tmpfile_attr(const unsigned int xid, struct cifs_tcon *tcon, in clear_tmpfile_attr()
1258 int smb2_create_hardlink(const unsigned int xid, in smb2_create_hardlink()
[all …]
H A Dsmb2ops.c468 smb2_negotiate(const unsigned int xid, in smb2_negotiate()
829 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount) in SMB3_request_interfaces()
883 smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in smb3_qfs_tcon()
928 smb2_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in smb2_qfs_tcon()
959 smb2_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in smb2_is_path_accessible()
1023 static int smb2_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, in smb2_get_srv_inum()
1031 static int smb2_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_file_info()
1132 smb2_query_eas(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_eas()
1181 smb2_set_ea(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_ea()
1499 smb2_close_file(const unsigned int xid, struct cifs_tcon *tcon, in smb2_close_file()
[all …]
H A Dlink.c136 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in create_mf_symlink()
170 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink()
227 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink()
272 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_create_mf_symlink()
312 smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_query_mf_symlink()
375 smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_create_mf_symlink()
445 unsigned int xid; local
555 unsigned int xid; local
H A Dsmb2pdu.c253 int xid; in smb2_reconnect() local
1076 SMB2_negotiate(const unsigned int xid, in SMB2_negotiate()
1327 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) in smb3_validate_negotiate()
1503 unsigned int xid; member
1982 SMB2_sess_setup(const unsigned int xid, struct cifs_ses *ses, in SMB2_sess_setup()
2029 SMB2_logoff(const unsigned int xid, struct cifs_ses *ses) in SMB2_logoff()
2105 SMB2_tcon(const unsigned int xid, struct cifs_ses *ses, const char *tree, in SMB2_tcon()
2246 SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon) in SMB2_tdis()
2892 int smb311_posix_mkdir(const unsigned int xid, struct inode *inode, in smb311_posix_mkdir()
3264 SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms, __le16 *path, in SMB2_open()
[all …]
H A Dioctl.c25 static long cifs_ioctl_query_info(unsigned int xid, struct file *filep, in cifs_ioctl_query_info()
70 static long cifs_ioctl_copychunk(unsigned int xid, struct file *dst_file, in cifs_ioctl_copychunk()
130 static long smb_mnt_get_fsinfo(unsigned int xid, struct cifs_tcon *tcon, in smb_mnt_get_fsinfo()
353 unsigned int xid; in cifs_ioctl() local
H A Dfile.c486 __u32 *poplock, __u16 *pnetfid, unsigned int xid) in cifs_posix_open()
549 struct cifs_fid *fid, unsigned int xid, struct cifs_open_info_data *buf) in cifs_nt_open()
920 unsigned int xid; in _cifsFileInfo_put() local
953 int cifs_file_flush(const unsigned int xid, struct inode *inode, in cifs_file_flush()
979 static int cifs_do_truncate(const unsigned int xid, struct dentry *dentry) in cifs_do_truncate()
1027 unsigned int xid; in cifs_open() local
1236 unsigned int xid; in cifs_reopen_file() local
1530 unsigned int xid; in cifs_closedir() local
1725 bool wait, unsigned int xid) in cifs_lock_add_if()
1831 unsigned int xid; in cifs_push_mandatory_locks() local
[all …]
H A Dsmb2file.c147 int smb2_open_file(const unsigned int xid, struct cifs_open_parms *oparms, in smb2_open_file()
266 const unsigned int xid) in smb2_unlock_range()
367 smb2_push_mand_fdlocks(struct cifs_fid_locks *fdlocks, const unsigned int xid, in smb2_push_mand_fdlocks()
410 unsigned int xid; in smb2_push_mandatory_locks() local
H A Dxattr.c45 static int cifs_attrib_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_attrib_set()
69 static int cifs_creation_time_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_creation_time_set()
100 unsigned int xid; in cifs_xattr_set() local
276 unsigned int xid; in cifs_xattr_get() local
391 unsigned int xid; in cifs_listxattr() local
H A Ddir.c202 const char *full_path, unsigned int xid,
478 unsigned int xid, struct tcon_link *tlink,
522 unsigned int xid; local
640 unsigned int xid = get_xid(); local
695 unsigned int xid; local
745 unsigned int xid; local
1031 static int set_tmpfile_attr(const unsigned int xid, unsigned int oflags,
1071 unsigned int xid; local
H A Dreparse.c37 int create_reparse_symlink(const unsigned int xid, struct inode *inode, in create_reparse_symlink()
53 static int create_native_symlink(const unsigned int xid, struct inode *inode, in create_native_symlink()
248 const unsigned int xid, in detect_directory_symlink_target()
385 static int create_native_socket(const unsigned int xid, struct inode *inode, in create_native_socket()
455 static int mknod_nfs(unsigned int xid, struct inode *inode, in mknod_nfs()
657 static int mknod_wsl(unsigned int xid, struct inode *inode, in mknod_wsl()
706 int mknod_reparse(unsigned int xid, struct inode *inode, in mknod_reparse()
H A Dcifsproto.h119 unsigned int xid) in send_cancel()
404 static inline int get_dfs_path(const unsigned int xid, struct cifs_ses *ses, in get_dfs_path()
420 static inline int cifs_inval_name_dfs_link_error(const unsigned int xid, in cifs_inval_name_dfs_link_error()
H A Dconnect.c105 int xid; in smb2_query_server_interfaces() local
2025 int rc = 0, xid; in cifs_setup_ipc() local
2101 unsigned int xid; in __cifs_put_smb_ses() local
2341 unsigned int xid; in cifs_get_smb_ses() local
2593 unsigned int xid; in cifs_put_tcon() local
2680 int rc, xid; in cifs_get_tcon() local
3551 unsigned int xid; in cifs_mount_get_session() local
3713 unsigned int xid, in cifs_are_all_path_components_accessible()
3768 unsigned int xid = mnt_ctx->xid; in cifs_is_path_remote() local
4004 cifs_negotiate_protocol(const unsigned int xid, struct cifs_ses *ses, in cifs_negotiate_protocol()
[all …]
H A Dsmb1transport.c138 SendReceiveNoRsp(const unsigned int xid, struct cifs_ses *ses, in SendReceiveNoRsp()
210 SendReceive2(const unsigned int xid, struct cifs_ses *ses, in SendReceive2()
224 SendReceive(const unsigned int xid, struct cifs_ses *ses, in SendReceive()
H A Ddfs_cache.c644 static int get_dfs_referral(const unsigned int xid, struct cifs_ses *ses, const char *path, in get_dfs_referral()
681 static struct cache_entry *cache_refresh_path(const unsigned int xid, in cache_refresh_path()
854 int dfs_cache_find(const unsigned int xid, struct cifs_ses *ses, const struct nls_table *cp, in dfs_cache_find()
1169 unsigned int xid = get_xid(); in is_ses_good() local
1182 unsigned int xid; in refresh_ses_referral() local
1260 unsigned int xid; in refresh_tcon_referral() local
H A Dreaddir.c346 _initiate_cifs_search(const unsigned int xid, struct file *file, in _initiate_cifs_search()
427 initiate_cifs_search(const unsigned int xid, struct file *file, in initiate_cifs_search()
685 find_cifs_entry(const unsigned int xid, struct cifs_tcon *tcon, loff_t pos, in find_cifs_entry()
1051 unsigned int xid; in cifs_readdir() local
H A Dcifsfs.c326 unsigned int xid; in cifs_statfs() local
1234 unsigned int xid, loff_t src_end) in cifs_precopy_set_eof()
1307 unsigned int xid; in cifs_remap_file_range() local
1421 ssize_t cifs_file_copychunk_range(unsigned int xid, in cifs_file_copychunk_range()
1542 unsigned int xid = get_xid(); in cifs_copy_file_range() local
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c44 int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid) in ixgbe_fcoe_ddp_put()
133 static int ixgbe_fcoe_ddp_setup(struct net_device *netdev, u16 xid, in ixgbe_fcoe_ddp_setup()
344 int ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid, in ixgbe_fcoe_ddp_get()
365 int ixgbe_fcoe_ddp_target(struct net_device *netdev, u16 xid, in ixgbe_fcoe_ddp_target()
396 u16 xid; in ixgbe_fcoe_ddp() local
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c218 u16 xid; in bnx2fc_cmd_mgr_alloc() local
403 u16 xid; in bnx2fc_elstm_alloc() local
472 u16 xid; in bnx2fc_cmd_alloc() local
672 u16 xid; in bnx2fc_initiate_tmf() local
828 u16 xid; in bnx2fc_initiate_abts() local
933 u16 xid; in bnx2fc_initiate_seq_cleanup() local
999 u16 xid, orig_xid; in bnx2fc_initiate_cleanup() local
2032 u16 xid; in bnx2fc_post_io_req() local
/linux/net/sunrpc/
H A Dbackchannel_rqst.c251 static struct rpc_rqst *xprt_get_bc_request(struct rpc_xprt *xprt, __be32 xid, in xprt_get_bc_request()
339 struct rpc_rqst *xprt_lookup_bc_request(struct rpc_xprt *xprt, __be32 xid) in xprt_lookup_bc_request()
/linux/sound/soc/meson/
H A Dg12a-tohdmitx.c178 TOHDMITX_IN(xname,xid,xfmt,xchmax) global() argument
185 TOHDMITX_OUT(xname,xid,xfmt,xchmax) global() argument
/linux/drivers/scsi/libfc/
H A Dfc_exch.c926 static struct fc_exch *fc_exch_find(struct fc_exch_mgr *mp, u16 xid) in fc_exch_find()
1047 u16 xid; in fc_seq_lookup_recip() local
1175 u16 xid; in fc_seq_lookup_orig() local
2000 static struct fc_exch *fc_exch_lookup(struct fc_lport *lport, u32 xid) in fc_exch_lookup()
2026 u16 xid, rxid, oxid; in fc_exch_els_rec() local
2299 u16 xid; in fc_exch_els_rrq() local
2579 u16 xid; in fc_find_ema() local
/linux/drivers/scsi/qedf/
H A Dqedf_io.c177 u16 xid; in qedf_cmd_mgr_alloc() local
300 u16 xid; in qedf_alloc_cmd() local
853 u16 xid; in qedf_post_io_req() local
1853 u16 xid; in qedf_initiate_abts() local
2294 uint16_t xid; in qedf_execute_tmf() local
/linux/fs/jffs2/
H A Dxattr.h33 uint32_t xid; member
60 uint32_t xid; /* only used in sccanning/building */ member

123