Searched refs:send_ctx (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | send.c | 137 struct send_ctx { struct 373 static void inconsistent_snapshot_error(struct send_ctx *sctx, in inconsistent_snapshot_error() 406 static bool proto_cmd_ok(const struct send_ctx *sctx, int cmd) in proto_cmd_ok() 416 static int is_waiting_for_move(struct send_ctx *sctx, u64 ino); 419 get_waiting_dir_move(struct send_ctx *sctx, u64 ino); 421 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino, u64 gen); 423 static int need_send_hole(struct send_ctx *sctx) in need_send_hole() 622 static inline bool is_current_inode_path(const struct send_ctx *sctx, in is_current_inode_path() 660 static int tlv_put(struct send_ctx *sctx, u16 attr, const void *data, int len) in tlv_put() 682 static int tlv_put_u##bits(struct send_ctx *sctx, \ [all …]
|
| /linux/fs/smb/server/ |
| H A D | transport_rdma.c | 141 struct smbdirect_send_batch *send_ctx, 1125 static void smb_direct_send_ctx_init(struct smbdirect_send_batch *send_ctx, in smb_direct_send_ctx_init() argument 1129 INIT_LIST_HEAD(&send_ctx->msg_list); in smb_direct_send_ctx_init() 1130 send_ctx->wr_cnt = 0; in smb_direct_send_ctx_init() 1131 send_ctx->need_invalidate_rkey = need_invalidate_rkey; in smb_direct_send_ctx_init() 1132 send_ctx->remote_key = remote_key; in smb_direct_send_ctx_init() 1136 struct smbdirect_send_batch *send_ctx, in smb_direct_flush_send_list() argument 1142 if (list_empty(&send_ctx->msg_list)) in smb_direct_flush_send_list() 1145 first = list_first_entry(&send_ctx->msg_list, in smb_direct_flush_send_list() 1148 last = list_last_entry(&send_ctx in smb_direct_flush_send_list() 1211 wait_for_send_lcredit(struct smbdirect_socket * sc,struct smbdirect_send_batch * send_ctx) wait_for_send_lcredit() argument 1228 wait_for_send_credits(struct smbdirect_socket * sc,struct smbdirect_send_batch * send_ctx) wait_for_send_credits() argument 1367 post_sendmsg(struct smbdirect_socket * sc,struct smbdirect_send_batch * send_ctx,struct smbdirect_send_io * msg) post_sendmsg() argument 1405 smb_direct_post_send_data(struct smbdirect_socket * sc,struct smbdirect_send_batch * send_ctx,struct kvec * iov,int niov,int remaining_data_length) smb_direct_post_send_data() argument 1488 struct smbdirect_send_batch send_ctx; smb_direct_writev() local [all...] |