Lines Matching refs:backref_ctx
1278 struct backref_ctx {
1333 struct backref_ctx *bctx = ctx_;
1402 struct backref_ctx *bctx = ctx;
1442 struct backref_ctx *bctx = ctx;
1515 const struct backref_ctx *bctx = ctx;
1550 const struct backref_ctx *bctx = ctx;
1583 struct backref_ctx backref_ctx = { 0 };
1622 backref_ctx.sctx = sctx;
1623 backref_ctx.cur_objectid = ino;
1624 backref_ctx.cur_offset = data_offset;
1625 backref_ctx.bytenr = disk_byte;
1630 backref_ctx.backref_owner = btrfs_header_owner(eb);
1631 backref_ctx.backref_offset = data_offset - btrfs_file_extent_offset(eb, fi);
1639 backref_ctx.extent_len = ino_size - data_offset;
1641 backref_ctx.extent_len = num_bytes;
1654 backref_walk_ctx.user_ctx = &backref_ctx;
1668 &backref_ctx);
1695 if (!backref_ctx.found) {
1720 if (clone_root->num_bytes >= backref_ctx.extent_len)