Home
last modified time | relevance | path

Searched refs:BTRFS_REF_METADATA (Results 1 – 5 of 5) sorted by relevance

/linux/fs/btrfs/tests/
H A Ddelayed-refs-tests.c39 return BTRFS_REF_METADATA; in ref_type_from_disk_ref_type()
185 if (ref.type == BTRFS_REF_METADATA) in simple_test()
192 if (ref.type == BTRFS_REF_METADATA) in simple_test()
371 if (type == BTRFS_REF_METADATA) { in merge_tests()
383 if (type == BTRFS_REF_METADATA) in merge_tests()
393 if (type == BTRFS_REF_METADATA) in merge_tests()
434 if (type == BTRFS_REF_METADATA) in merge_tests()
443 if (type == BTRFS_REF_METADATA) in merge_tests()
497 if (type == BTRFS_REF_METADATA) in merge_tests()
506 if (type == BTRFS_REF_METADATA) in merge_tests()
[all …]
/linux/fs/btrfs/
H A Ddelayed-ref.h262 BTRFS_REF_METADATA, enumerator
440 ASSERT(ref->type == BTRFS_REF_DATA || ref->type == BTRFS_REF_METADATA); in btrfs_ref_type()
H A Ddelayed-ref.c788 if (generic_ref->type == BTRFS_REF_METADATA) in init_delayed_ref_head()
963 generic_ref->type = BTRFS_REF_METADATA; in btrfs_init_tree_ref()
1096 ASSERT(generic_ref->type == BTRFS_REF_METADATA && generic_ref->action); in btrfs_add_delayed_tree_ref()
1120 .type = BTRFS_REF_METADATA, in btrfs_add_delayed_extent_op()
H A Dref-verify.c690 if (generic_ref->type == BTRFS_REF_METADATA) { in btrfs_ref_tree_mod()
H A Dextent-tree.c1458 BUG_ON(generic_ref->type == BTRFS_REF_METADATA && in btrfs_inc_extent_ref()
1461 if (generic_ref->type == BTRFS_REF_METADATA) in btrfs_inc_extent_ref()
3514 } else if (ref->type == BTRFS_REF_METADATA) { in btrfs_free_extent()