Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Ddelayed-ref.c703 old_ref_mod = existing->total_ref_mod; in update_existing_head_ref()
707 existing->total_ref_mod += update->ref_mod; in update_existing_head_ref()
718 if (existing->total_ref_mod >= 0 && old_ref_mod < 0) { in update_existing_head_ref()
722 if (existing->total_ref_mod < 0 && old_ref_mod >= 0) { in update_existing_head_ref()
777 head_ref->total_ref_mod = count_mod; in init_delayed_ref_head()
849 *new_ref_mod = head_ref->total_ref_mod; in add_delayed_ref_head()
Ddelayed-ref.h95 int total_ref_mod; member
Dextent-tree.c1799 if (head->total_ref_mod < 0) { in btrfs_cleanup_ref_head_accounting()