Home
last modified time | relevance | path

Searched refs:backref_ctx (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dsend.c1145 struct backref_ctx { struct
1199 struct backref_ctx *bctx = ctx_; in __iterate_backrefs()
1292 struct backref_ctx *backref_ctx = NULL; in find_extent_clone() local
1306 backref_ctx = kmalloc(sizeof(*backref_ctx), GFP_NOFS); in find_extent_clone()
1307 if (!backref_ctx) { in find_extent_clone()
1312 backref_ctx->path = tmp_path; in find_extent_clone()
1364 backref_ctx->sctx = sctx; in find_extent_clone()
1365 backref_ctx->found = 0; in find_extent_clone()
1366 backref_ctx->cur_objectid = ino; in find_extent_clone()
1367 backref_ctx->cur_offset = data_offset; in find_extent_clone()
[all …]