Searched refs:send_ctx (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/fs/btrfs/ |
D | send.c | 136 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 *sctx, u16 attr, in tlv_put_string() [all …]
|
/linux-6.6.21/fs/smb/server/ |
D | transport_rdma.c | 227 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 …]
|