Searched refs:backref_ctx (Results 1 – 1 of 1) sorted by relevance
1193 struct backref_ctx { struct1246 struct backref_ctx *bctx = ctx_; in __iterate_backrefs()1328 struct backref_ctx *backref_ctx = NULL; in find_extent_clone() local1343 backref_ctx = kmalloc(sizeof(*backref_ctx), GFP_KERNEL); in find_extent_clone()1344 if (!backref_ctx) { in find_extent_clone()1413 backref_ctx->sctx = sctx; in find_extent_clone()1414 backref_ctx->found = 0; in find_extent_clone()1415 backref_ctx->cur_objectid = ino; in find_extent_clone()1416 backref_ctx->cur_offset = data_offset; in find_extent_clone()1417 backref_ctx->found_itself = 0; in find_extent_clone()[all …]