Searched refs:BTRFS_REF_DATA (Results 1 – 3 of 3) sorted by relevance
263 BTRFS_REF_DATA, enumerator441 ASSERT(ref->type == BTRFS_REF_DATA || ref->type == BTRFS_REF_METADATA); in btrfs_ref_type()443 if (ref->type == BTRFS_REF_DATA) { in btrfs_ref_type()
734 BUG_ON(generic_ref->type != BTRFS_REF_DATA && reserved); in init_delayed_ref_head()774 head_ref->is_data = (generic_ref->type == BTRFS_REF_DATA); in init_delayed_ref_head()946 if (generic_ref->type == BTRFS_REF_DATA) in init_delayed_ref_common()978 generic_ref->type = BTRFS_REF_DATA; in btrfs_init_data_ref()1065 if (generic_ref->type == BTRFS_REF_DATA) in add_delayed_ref()1104 ASSERT(generic_ref->type == BTRFS_REF_DATA && generic_ref->action); in btrfs_add_delayed_data_ref()
40 return BTRFS_REF_DATA; in ref_type_from_disk_ref_type()1006 ret = merge_tests(&trans, BTRFS_REF_DATA); in btrfs_test_delayed_refs()
Completed in 8 milliseconds