Lines Matching defs:bctx
1231 struct backref_ctx *bctx = ctx_;
1235 found = bsearch((void *)(uintptr_t)root, bctx->sctx->clone_roots,
1236 bctx->sctx->clone_roots_cnt,
1242 if (found->root == bctx->sctx->send_root &&
1243 ino == bctx->cur_objectid &&
1244 offset == bctx->cur_offset) {
1245 bctx->found_itself = 1;
1252 if (found->root == bctx->sctx->send_root) {
1258 if (ino > bctx->cur_objectid)
1266 if (ino == bctx->cur_objectid &&
1267 offset + bctx->extent_len >
1268 bctx->sctx->cur_inode_next_write_offset)
1272 bctx->found++;
1281 if (found->offset > offset + bctx->extent_len)