Home
last modified time | relevance | path

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

/linux-6.12.1/fs/btrfs/
Ddelayed-ref.h248 BTRFS_REF_METADATA, enumerator
421 ASSERT(ref->type == BTRFS_REF_DATA || ref->type == BTRFS_REF_METADATA); in btrfs_ref_type()
Ddelayed-ref.c823 if (generic_ref->type == BTRFS_REF_METADATA) in init_delayed_ref_head()
974 generic_ref->type = BTRFS_REF_METADATA; in btrfs_init_tree_ref()
1097 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()
Dref-verify.c690 if (generic_ref->type == BTRFS_REF_METADATA) { in btrfs_ref_tree_mod()
Dextent-tree.c1442 BUG_ON(generic_ref->type == BTRFS_REF_METADATA && in btrfs_inc_extent_ref()
1445 if (generic_ref->type == BTRFS_REF_METADATA) in btrfs_inc_extent_ref()
3537 } else if (ref->type == BTRFS_REF_METADATA) { in btrfs_free_extent()