Searched refs:bctx (Results 1 – 2 of 2) sorted by relevance
311 static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src) in encrypt_block() argument313 const u32 *P = bctx->p; in encrypt_block()314 const u32 *S = bctx->s; in encrypt_block()
1310 struct backref_ctx *bctx = ctx_; in iterate_backrefs() local1314 clone_root = bsearch((void *)(uintptr_t)root_id, bctx->sctx->clone_roots, in iterate_backrefs()1315 bctx->sctx->clone_roots_cnt, in iterate_backrefs()1322 if (clone_root->root == bctx->sctx->send_root && in iterate_backrefs()1323 ino == bctx->cur_objectid && in iterate_backrefs()1324 offset == bctx->cur_offset) in iterate_backrefs()1331 if (clone_root->root == bctx->sctx->send_root) { in iterate_backrefs()1337 if (ino > bctx->cur_objectid) in iterate_backrefs()1345 if (ino == bctx->cur_objectid && in iterate_backrefs()1346 offset + bctx->extent_len > in iterate_backrefs()[all …]