Searched refs:send_ctx (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/fs/btrfs/ |
| D | send.c | 69 struct send_ctx { struct 279 static void inconsistent_snapshot_error(struct send_ctx *sctx, in inconsistent_snapshot_error() 312 static int is_waiting_for_move(struct send_ctx *sctx, u64 ino); 315 get_waiting_dir_move(struct send_ctx *sctx, u64 ino); 317 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino); 319 static int need_send_hole(struct send_ctx *sctx) in need_send_hole() 568 static int tlv_put(struct send_ctx *sctx, u16 attr, const void *data, int len) in tlv_put() 587 static int tlv_put_u##bits(struct send_ctx *sctx, \ 596 static int tlv_put_string(struct send_ctx *sctx, u16 attr, in tlv_put_string() 604 static int tlv_put_uuid(struct send_ctx *sctx, u16 attr, in tlv_put_uuid() [all …]
|