Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/server/
H A Dtransport_rdma.c227 struct smb_direct_send_ctx *send_ctx,
919 struct smb_direct_send_ctx *send_ctx, in smb_direct_send_ctx_init()
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()
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 in smb_direct_flush_send_list()
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) smb_direct_send_ctx_init() argument
929 smb_direct_flush_send_list(struct smb_direct_transport *t, struct smb_direct_send_ctx *send_ctx, bool is_last) smb_direct_flush_send_list() argument
991 wait_for_send_credits(struct smb_direct_transport *t, struct smb_direct_send_ctx *send_ctx) wait_for_send_credits() argument
1123 post_sendmsg(struct smb_direct_transport *t, struct smb_direct_send_ctx *send_ctx, struct smb_direct_sendmsg *msg) post_sendmsg() 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) smb_direct_post_send_data() argument
1237 struct smb_direct_send_ctx send_ctx; smb_direct_writev() local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dsend.c136 struct send_ctx { struct
368 static void inconsistent_snapshot_error(struct send_ctx *sctx, in inconsistent_snapshot_error()
402 static bool proto_cmd_ok(const struct send_ctx *sctx, int cmd) in proto_cmd_ok()
412 static int is_waiting_for_move(struct send_ctx *sctx, u64 ino);
415 get_waiting_dir_move(struct send_ctx *sctx, u64 ino);
417 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino, u64 gen);
419 static int need_send_hole(struct send_ctx *sctx) in need_send_hole()
659 static int tlv_put(struct send_ctx *sctx, u16 attr, const void *data, int len) in tlv_put()
681 static int tlv_put_u##bits(struct send_ctx *sctx, \
692 static int tlv_put_string(struct send_ctx *sct
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dsend.c78 struct send_ctx { struct
282 static void inconsistent_snapshot_error(struct send_ctx *sctx, in inconsistent_snapshot_error()
315 static int is_waiting_for_move(struct send_ctx *sctx, u64 ino);
318 get_waiting_dir_move(struct send_ctx *sctx, u64 ino);
320 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino, u64 gen);
322 static int need_send_hole(struct send_ctx *sctx) in need_send_hole()
571 static int tlv_put(struct send_ctx *sctx, u16 attr, const void *data, int len) in tlv_put()
590 static int tlv_put_u##bits(struct send_ctx *sctx, \
599 static int tlv_put_string(struct send_ctx *sctx, u16 attr, in tlv_put_string()
607 static int tlv_put_uuid(struct send_ctx *sct
[all...]

Completed in 11 milliseconds