Home
last modified time | relevance | path

Searched refs:BTRFS_REF_DATA (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Ddelayed-ref.h261 BTRFS_REF_DATA, enumerator
440 ASSERT(ref->type == BTRFS_REF_DATA || ref->type == BTRFS_REF_METADATA); in btrfs_ref_type()
442 if (ref->type == BTRFS_REF_DATA) { in btrfs_ref_type()
H A Ddelayed-ref.c737 BUG_ON(generic_ref->type != BTRFS_REF_DATA && reserved); in init_delayed_ref_head()
777 head_ref->is_data = (generic_ref->type == BTRFS_REF_DATA); in init_delayed_ref_head()
949 if (generic_ref->type == BTRFS_REF_DATA) in init_delayed_ref_common()
981 generic_ref->type = BTRFS_REF_DATA; in btrfs_init_data_ref()
1068 if (generic_ref->type == BTRFS_REF_DATA) in add_delayed_ref()
1107 ASSERT(generic_ref->type == BTRFS_REF_DATA && generic_ref->action); in btrfs_add_delayed_data_ref()
/linux/fs/btrfs/tests/
H A Ddelayed-refs-tests.c40 return BTRFS_REF_DATA; in ref_type_from_disk_ref_type()
1006 ret = merge_tests(&trans, BTRFS_REF_DATA); in btrfs_test_delayed_refs()