Searched refs:user_ctx (Results 1 – 3 of 3) sorted by relevance
| /fs/btrfs/ |
| A D | backref.h | 115 bool (*cache_lookup)(u64 leaf_bytenr, void *user_ctx, 118 void *user_ctx); 136 const struct extent_buffer *leaf, void *user_ctx); 145 bool (*skip_data_ref)(u64 root, u64 ino, u64 offset, void *user_ctx); 147 void *user_ctx; member 226 iterate_extent_inodes_t *iterate, void *user_ctx);
|
| A D | backref.c | 65 cached = ctx->cache_lookup(eb->start, ctx->user_ctx, &root_ids, in check_extent_in_eb() 75 ctx->user_ctx); in check_extent_in_eb() 1032 ret = ctx->check_extent_item(ctx->bytenr, ei, leaf, ctx->user_ctx); in add_inline_refs() 1114 ctx->user_ctx)) in add_inline_refs() 1221 ctx->user_ctx)) in add_keyed_refs() 2409 iterate_extent_inodes_t *iterate, void *user_ctx) in iterate_extent_inodes() argument 2463 cached = ctx->cache_lookup(leaf_bytenr, ctx->user_ctx, in iterate_extent_inodes() 2472 user_ctx); in iterate_extent_inodes() 2494 ctx->cache_store(leaf_bytenr, ctx->roots, ctx->user_ctx); in iterate_extent_inodes() 2504 iterate, user_ctx); in iterate_extent_inodes()
|
| A D | send.c | 1639 backref_walk_ctx.user_ctx = &backref_ctx; in find_extent_clone()
|
Completed in 24 milliseconds