Searched refs:btrfs_find_all_roots (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/fs/btrfs/tests/ |
D | qgroup-tests.c | 233 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-6.6.21/fs/btrfs/ |
D | backref.h | 223 int btrfs_find_all_roots(struct btrfs_backref_walk_ctx *ctx,
|
D | qgroup.c | 1875 ret = btrfs_find_all_roots(&ctx, true); in btrfs_qgroup_trace_extent_post() 2829 ret = btrfs_find_all_roots(&ctx, false); in btrfs_qgroup_account_extents() 2848 ret = btrfs_find_all_roots(&ctx, false); in btrfs_qgroup_account_extents() 3367 ret = btrfs_find_all_roots(&ctx, false); in qgroup_rescan_leaf()
|
D | backref.c | 1798 int btrfs_find_all_roots(struct btrfs_backref_walk_ctx *ctx, in btrfs_find_all_roots() function
|