Home
last modified time | relevance | path

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

/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()
/linux/fs/btrfs/
H A Dbackref.h235 int btrfs_find_all_roots(struct btrfs_backref_walk_ctx *ctx,
H A Dqgroup.c2095 ret = btrfs_find_all_roots(&ctx, true); in btrfs_qgroup_trace_extent_post()
3060 ret = btrfs_find_all_roots(&ctx, false); in btrfs_qgroup_account_extents()
3074 ret = btrfs_find_all_roots(&ctx, false); in btrfs_qgroup_account_extents()
3784 ret = btrfs_find_all_roots(&ctx, false); in qgroup_rescan_leaf()
H A Dbackref.c1792 int btrfs_find_all_roots(struct btrfs_backref_walk_ctx *ctx, in btrfs_find_all_roots() function