Home
last modified time | relevance | path

Searched refs:send_ctx (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dsend.c136 struct send_ctx { struct
1287 struct send_ctx *sctx;
4661 struct send_ctx *sctx) in record_ref_in_tree()
4705 struct send_ctx *sctx = ctx; in record_new_ref_if_needed()
4735 struct send_ctx *sctx = ctx; in record_deleted_ref_if_needed()
4919 struct send_ctx *sctx = ctx; in __process_new_xattr()
4963 struct send_ctx *sctx = ctx; in __process_deleted_xattr()
5059 struct send_ctx *sctx = ctx; in __process_changed_new_xattr()
5089 struct send_ctx *sctx = ctx; in __process_changed_deleted_xattr()
7212 struct send_ctx *sctx) in changed_cb()
[all …]
/openbmc/linux/fs/smb/server/
H A Dtransport_rdma.c923 INIT_LIST_HEAD(&send_ctx->msg_list); in smb_direct_send_ctx_init()
924 send_ctx->wr_cnt = 0; in smb_direct_send_ctx_init()
926 send_ctx->remote_key = remote_key; in smb_direct_send_ctx_init()
936 if (list_empty(&send_ctx->msg_list)) in smb_direct_flush_send_list()
956 send_ctx->need_invalidate_rkey, in smb_direct_flush_send_list()
957 send_ctx->remote_key); in smb_direct_flush_send_list()
996 if (send_ctx && in wait_for_send_credits()
1140 if (send_ctx) { in post_sendmsg()
1152 send_ctx->wr_cnt++; in post_sendmsg()
1216 ret = post_sendmsg(t, send_ctx, msg); in smb_direct_post_send_data()
[all …]