Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dsend.c137 struct send_ctx { struct
373 static void inconsistent_snapshot_error(struct send_ctx *sctx, in inconsistent_snapshot_error()
406 static bool proto_cmd_ok(const struct send_ctx *sctx, int cmd) in proto_cmd_ok()
416 static int is_waiting_for_move(struct send_ctx *sctx, u64 ino);
419 get_waiting_dir_move(struct send_ctx *sctx, u64 ino);
421 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino, u64 gen);
423 static int need_send_hole(struct send_ctx *sctx) in need_send_hole()
622 static inline bool is_current_inode_path(const struct send_ctx *sctx, in is_current_inode_path()
660 static int tlv_put(struct send_ctx *sctx, u16 attr, const void *data, int len) in tlv_put()
682 static int tlv_put_u##bits(struct send_ctx *sctx, \
[all …]
/linux/fs/smb/server/
H A Dtransport_rdma.c154 struct smbdirect_send_batch *send_ctx,
1196 static void smb_direct_send_ctx_init(struct smbdirect_send_batch *send_ctx, in smb_direct_send_ctx_init() argument
1200 INIT_LIST_HEAD(&send_ctx->msg_list); in smb_direct_send_ctx_init()
1201 send_ctx->wr_cnt = 0; in smb_direct_send_ctx_init()
1202 send_ctx->need_invalidate_rkey = need_invalidate_rkey; in smb_direct_send_ctx_init()
1203 send_ctx->remote_key = remote_key; in smb_direct_send_ctx_init()
1204 send_ctx->credit = 0; in smb_direct_send_ctx_init()
1208 struct smbdirect_send_batch *send_ctx, in smb_direct_flush_send_list() argument
1214 if (list_empty(&send_ctx->msg_list)) in smb_direct_flush_send_list()
1217 first = list_first_entry(&send_ctx->msg_list, in smb_direct_flush_send_list()
[all …]