Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dsend.c81 struct send_ctx { struct
312 static void inconsistent_snapshot_error(struct send_ctx *sctx, in inconsistent_snapshot_error()
346 static bool proto_cmd_ok(const struct send_ctx *sctx, int cmd) in proto_cmd_ok()
356 static int is_waiting_for_move(struct send_ctx *sctx, u64 ino);
359 get_waiting_dir_move(struct send_ctx *sctx, u64 ino);
361 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino, u64 gen);
363 static int need_send_hole(struct send_ctx *sctx) in need_send_hole()
602 static int tlv_put(struct send_ctx *sctx, u16 attr, const void *data, int len) in tlv_put()
624 static int tlv_put_u##bits(struct send_ctx *sctx, \
635 static int tlv_put_string(struct send_ctx *sctx, u16 attr, in tlv_put_string()
[all …]
/Linux-v6.1/fs/ksmbd/
Dtransport_rdma.c227 struct smb_direct_send_ctx *send_ctx,
919 struct smb_direct_send_ctx *send_ctx, in smb_direct_send_ctx_init() argument
923 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()
925 send_ctx->need_invalidate_rkey = need_invalidate_rkey; in smb_direct_send_ctx_init()
926 send_ctx->remote_key = remote_key; in smb_direct_send_ctx_init()
930 struct smb_direct_send_ctx *send_ctx, in smb_direct_flush_send_list() argument
936 if (list_empty(&send_ctx->msg_list)) in smb_direct_flush_send_list()
939 first = list_first_entry(&send_ctx->msg_list, in smb_direct_flush_send_list()
942 last = list_last_entry(&send_ctx->msg_list, in smb_direct_flush_send_list()
[all …]