Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dsend.c134 struct send_ctx { struct
1277 struct send_ctx *sctx;
4704 struct send_ctx *sctx) in record_ref_in_tree()
4747 struct send_ctx *sctx = ctx; in record_new_ref_if_needed()
4776 struct send_ctx *sctx = ctx; in record_deleted_ref_if_needed()
4955 struct send_ctx *sctx = ctx; in __process_new_xattr()
4985 struct send_ctx *sctx = ctx; in __process_deleted_xattr()
5069 struct send_ctx *sctx = ctx; in __process_changed_new_xattr()
5099 struct send_ctx *sctx = ctx; in __process_changed_deleted_xattr()
7219 struct send_ctx *sctx) in changed_cb()
[all …]
/linux-6.15/fs/smb/server/
H A Dtransport_rdma.c924 INIT_LIST_HEAD(&send_ctx->msg_list); in smb_direct_send_ctx_init()
925 send_ctx->wr_cnt = 0; in smb_direct_send_ctx_init()
927 send_ctx->remote_key = remote_key; in smb_direct_send_ctx_init()
937 if (list_empty(&send_ctx->msg_list)) in smb_direct_flush_send_list()
957 send_ctx->need_invalidate_rkey, in smb_direct_flush_send_list()
958 send_ctx->remote_key); in smb_direct_flush_send_list()
997 if (send_ctx && in wait_for_send_credits()
1141 if (send_ctx) { in post_sendmsg()
1153 send_ctx->wr_cnt++; in post_sendmsg()
1217 ret = post_sendmsg(t, send_ctx, msg); in smb_direct_post_send_data()
[all …]