Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dsend.c78 struct send_ctx { struct
1191 struct send_ctx *sctx;
4336 struct send_ctx *sctx = ctx; in record_ref()
4368 struct send_ctx *sctx = ctx; in __record_new_ref()
4377 struct send_ctx *sctx = ctx; in __record_deleted_ref()
4474 struct send_ctx *sctx = ctx; in __record_changed_new_ref()
4497 struct send_ctx *sctx = ctx; in __record_changed_deleted_ref()
4659 struct send_ctx *sctx = ctx; in __process_new_xattr()
4704 struct send_ctx *sctx = ctx; in __process_deleted_xattr()
4802 struct send_ctx *sctx = ctx; in __process_changed_new_xattr()
[all …]
/linux/fs/ksmbd/
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()
996 if (send_ctx && in wait_for_send_credits()
1128 if (send_ctx) { in post_sendmsg()
1140 send_ctx->wr_cnt++; in post_sendmsg()
1204 ret = post_sendmsg(t, send_ctx, msg); in smb_direct_post_send_data()
[all …]

Completed in 21 milliseconds