Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dsend.c84 struct send_ctx { struct
276 static int is_waiting_for_move(struct send_ctx *sctx, u64 ino);
279 get_waiting_dir_move(struct send_ctx *sctx, u64 ino);
281 static int is_waiting_for_rm(struct send_ctx *sctx, u64 dir_ino);
283 static int need_send_hole(struct send_ctx *sctx) in need_send_hole()
542 static int tlv_put(struct send_ctx *sctx, u16 attr, const void *data, int len) in tlv_put()
561 static int tlv_put_u##bits(struct send_ctx *sctx, \
570 static int tlv_put_string(struct send_ctx *sctx, u16 attr, in tlv_put_string()
578 static int tlv_put_uuid(struct send_ctx *sctx, u16 attr, in tlv_put_uuid()
584 static int tlv_put_btrfs_timespec(struct send_ctx *sctx, u16 attr, in tlv_put_btrfs_timespec()
[all …]