Lines Matching defs:bctx
1333 struct backref_ctx *bctx = ctx_;
1337 clone_root = bsearch((void *)(uintptr_t)root_id, bctx->sctx->clone_roots,
1338 bctx->sctx->clone_roots_cnt,
1345 if (clone_root->root == bctx->sctx->send_root &&
1346 ino == bctx->cur_objectid &&
1347 offset == bctx->cur_offset)
1354 if (clone_root->root == bctx->sctx->send_root) {
1360 if (ino > bctx->cur_objectid)
1368 if (ino == bctx->cur_objectid &&
1369 offset + bctx->extent_len >
1370 bctx->sctx->cur_inode_next_write_offset)
1374 bctx->found++;
1392 if (num_bytes >= bctx->extent_len)
1402 struct backref_ctx *bctx = ctx;
1403 struct send_ctx *sctx = bctx->sctx;
1442 struct backref_ctx *bctx = ctx;
1443 struct send_ctx *sctx = bctx->sctx;
1515 const struct backref_ctx *bctx = ctx;
1516 const struct send_ctx *sctx = bctx->sctx;
1518 if (bytenr == bctx->bytenr) {
1550 const struct backref_ctx *bctx = ctx;
1552 if (ino == bctx->cur_objectid &&
1553 root == bctx->backref_owner &&
1554 offset == bctx->backref_offset)