Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/tests/
H A Dqgroup-tests.c233 ret = btrfs_find_all_roots(&ctx, false); in test_no_shared_qgroup()
248 ret = btrfs_find_all_roots(&ctx, false); in test_no_shared_qgroup()
274 ret = btrfs_find_all_roots(&ctx, false); in test_no_shared_qgroup()
288 ret = btrfs_find_all_roots(&ctx, false); in test_no_shared_qgroup()
345 ret = btrfs_find_all_roots(&ctx, false); in test_multiple_refs()
360 ret = btrfs_find_all_roots(&ctx, false); in test_multiple_refs()
382 ret = btrfs_find_all_roots(&ctx, false); in test_multiple_refs()
397 ret = btrfs_find_all_roots(&ctx, false); in test_multiple_refs()
425 ret = btrfs_find_all_roots(&ctx, false); in test_multiple_refs()
440 ret = btrfs_find_all_roots(&ctx, false); in test_multiple_refs()
/openbmc/linux/fs/btrfs/
H A Dbackref.h223 int btrfs_find_all_roots(struct btrfs_backref_walk_ctx *ctx,
H A Dqgroup.c1875 ret = btrfs_find_all_roots(&ctx, true); in btrfs_qgroup_trace_extent_post()
2827 ret = btrfs_find_all_roots(&ctx, false); in btrfs_qgroup_account_extents()
2841 ret = btrfs_find_all_roots(&ctx, false); in btrfs_qgroup_account_extents()
3365 ret = btrfs_find_all_roots(&ctx, false); in qgroup_rescan_leaf()
H A Dbackref.c1798 int btrfs_find_all_roots(struct btrfs_backref_walk_ctx *ctx, in btrfs_find_all_roots() function