Searched defs:sctx (Results 1 – 2 of 2) sorted by relevance
/fs/btrfs/ |
D | send.c | 284 static int need_send_hole(struct send_ctx *sctx) in need_send_hole() 543 static int tlv_put(struct send_ctx *sctx, u16 attr, const void *data, int len) in tlv_put() 571 static int tlv_put_string(struct send_ctx *sctx, u16 attr, in tlv_put_string() 579 static int tlv_put_uuid(struct send_ctx *sctx, u16 attr, in tlv_put_uuid() 585 static int tlv_put_btrfs_timespec(struct send_ctx *sctx, u16 attr, in tlv_put_btrfs_timespec() 595 #define TLV_PUT(sctx, attrtype, attrlen, data) \ argument 602 #define TLV_PUT_INT(sctx, attrtype, bits, value) \ argument 609 #define TLV_PUT_U8(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 8, data) argument 610 #define TLV_PUT_U16(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 16, data) argument 611 #define TLV_PUT_U32(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 32, data) argument [all …]
|
D | scrub.c | 95 struct scrub_ctx *sctx; member 116 struct scrub_ctx *sctx; member 133 struct scrub_ctx *sctx; member 209 struct scrub_ctx *sctx; member 225 struct scrub_ctx *sctx; member 308 static void scrub_pending_bio_inc(struct scrub_ctx *sctx) in scrub_pending_bio_inc() 314 static void scrub_pending_bio_dec(struct scrub_ctx *sctx) in scrub_pending_bio_dec() 357 static void scrub_pending_trans_workers_inc(struct scrub_ctx *sctx) in scrub_pending_trans_workers_inc() 389 static void scrub_pending_trans_workers_dec(struct scrub_ctx *sctx) in scrub_pending_trans_workers_dec() 407 static void scrub_free_csums(struct scrub_ctx *sctx) in scrub_free_csums() [all …]
|