Searched refs:leaf_bytenr (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | backref.h | 103 bool (*cache_lookup)(u64 leaf_bytenr, void *user_ctx, 105 void (*cache_store)(u64 leaf_bytenr, const struct ulist *root_ids,
|
H A D | backref.c | 2453 const u64 leaf_bytenr = ref_node->val; in iterate_extent_inodes() local 2465 cached = ctx->cache_lookup(leaf_bytenr, ctx->user_ctx, in iterate_extent_inodes() 2472 leaf_bytenr, in iterate_extent_inodes() 2490 ctx->bytenr = leaf_bytenr; in iterate_extent_inodes() 2496 ctx->cache_store(leaf_bytenr, ctx->roots, ctx->user_ctx); in iterate_extent_inodes()
|
H A D | send.c | 1412 static bool lookup_backref_cache(u64 leaf_bytenr, void *ctx, in lookup_backref_cache() argument 1418 const u64 key = leaf_bytenr >> fs_info->sectorsize_bits; in lookup_backref_cache() 1452 static void store_backref_cache(u64 leaf_bytenr, const struct ulist *root_ids, in store_backref_cache() argument 1473 new_entry->entry.key = leaf_bytenr >> fs_info->sectorsize_bits; in store_backref_cache()
|