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

/linux-master/fs/btrfs/
H A Dsend.c135 struct send_ctx { struct
367 static void inconsistent_snapshot_error(struct send_ctx *sctx,
401 static bool proto_cmd_ok(const struct send_ctx *sctx, int cmd)
411 static int is_waiting_for_move(struct send_ctx *sctx, u64 ino);
414 get_waiting_dir_move(struct send_ctx *sctx, u64 ino);
416 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino, u64 gen);
418 static int need_send_hole(struct send_ctx *sctx)
658 static int tlv_put(struct send_ctx *sctx, u16 attr, const void *data, int len)
680 static int tlv_put_u##bits(struct send_ctx *sctx, \
691 static int tlv_put_string(struct send_ctx *sct
[all...]
/linux-master/fs/smb/server/
H A Dtransport_rdma.c227 struct smb_direct_send_ctx *send_ctx,
919 struct smb_direct_send_ctx *send_ctx,
923 INIT_LIST_HEAD(&send_ctx->msg_list);
924 send_ctx->wr_cnt = 0;
925 send_ctx->need_invalidate_rkey = need_invalidate_rkey;
926 send_ctx->remote_key = remote_key;
930 struct smb_direct_send_ctx *send_ctx,
936 if (list_empty(&send_ctx->msg_list))
939 first = list_first_entry(&send_ctx->msg_list,
942 last = list_last_entry(&send_ctx
918 smb_direct_send_ctx_init(struct smb_direct_transport *t, struct smb_direct_send_ctx *send_ctx, bool need_invalidate_rkey, unsigned int remote_key) argument
929 smb_direct_flush_send_list(struct smb_direct_transport *t, struct smb_direct_send_ctx *send_ctx, bool is_last) argument
991 wait_for_send_credits(struct smb_direct_transport *t, struct smb_direct_send_ctx *send_ctx) argument
1123 post_sendmsg(struct smb_direct_transport *t, struct smb_direct_send_ctx *send_ctx, struct smb_direct_sendmsg *msg) argument
1161 smb_direct_post_send_data(struct smb_direct_transport *t, struct smb_direct_send_ctx *send_ctx, struct kvec *iov, int niov, int remaining_data_length) argument
1237 struct smb_direct_send_ctx send_ctx; local
[all...]

Completed in 171 milliseconds