Searched refs:send_ctx (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | send.c | 78 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 *sctx, u16 attr, in tlv_put_uuid() [all …]
|