Lines Matching refs:backref_ctx
1178 struct backref_ctx {
1231 struct backref_ctx *bctx = ctx_;
1313 struct backref_ctx *backref_ctx = NULL;
1328 backref_ctx = kmalloc(sizeof(*backref_ctx), GFP_KERNEL);
1329 if (!backref_ctx) {
1398 backref_ctx->sctx = sctx;
1399 backref_ctx->found = 0;
1400 backref_ctx->cur_objectid = ino;
1401 backref_ctx->cur_offset = data_offset;
1402 backref_ctx->found_itself = 0;
1403 backref_ctx->extent_len = num_bytes;
1414 backref_ctx->data_offset = 0;
1416 backref_ctx->data_offset = btrfs_file_extent_offset(eb, fi);
1424 backref_ctx->extent_len = ino_size - data_offset;
1435 backref_ctx, false);
1440 if (!backref_ctx->found_itself) {
1453 if (!backref_ctx->found)
1477 kfree(backref_ctx);