Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Ddelayed-ref.c691 old_ref_mod = existing->total_ref_mod; in update_existing_head_ref()
693 existing->total_ref_mod += update->ref_mod; in update_existing_head_ref()
704 if (existing->total_ref_mod >= 0 && old_ref_mod < 0) { in update_existing_head_ref()
708 if (existing->total_ref_mod < 0 && old_ref_mod >= 0) { in update_existing_head_ref()
768 head_ref->total_ref_mod = count_mod; in init_delayed_ref_head()
H A Ddelayed-ref.h97 int total_ref_mod; member
H A Dextent-tree.c1857 if (head->total_ref_mod < 0 && head->is_data) { in btrfs_cleanup_ref_head_accounting()