Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Ddelayed-ref.h247 BTRFS_REF_DATA, enumerator
421 ASSERT(ref->type == BTRFS_REF_DATA || ref->type == BTRFS_REF_METADATA); in btrfs_ref_type()
423 if (ref->type == BTRFS_REF_DATA) { in btrfs_ref_type()
A Ddelayed-ref.c772 BUG_ON(generic_ref->type != BTRFS_REF_DATA && reserved); in init_delayed_ref_head()
812 head_ref->is_data = (generic_ref->type == BTRFS_REF_DATA); in init_delayed_ref_head()
960 if (generic_ref->type == BTRFS_REF_DATA) in init_delayed_ref_common()
992 generic_ref->type = BTRFS_REF_DATA; in btrfs_init_data_ref()
1069 if (generic_ref->type == BTRFS_REF_DATA) in add_delayed_ref()
1108 ASSERT(generic_ref->type == BTRFS_REF_DATA && generic_ref->action); in btrfs_add_delayed_data_ref()

Completed in 7 milliseconds