Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Ddelayed-ref.c546 old_ref_mod = existing_ref->total_ref_mod; in update_existing_head_ref()
548 existing_ref->total_ref_mod += update->ref_mod; in update_existing_head_ref()
555 if (existing_ref->total_ref_mod >= 0 && old_ref_mod < 0) in update_existing_head_ref()
557 if (existing_ref->total_ref_mod < 0 && old_ref_mod >= 0) in update_existing_head_ref()
623 head_ref->total_ref_mod = count_mod; in add_delayed_ref_head()
Ddelayed-ref.h97 int total_ref_mod; member
Dextent-tree.c2542 locked_ref->total_ref_mod < 0) { in __btrfs_run_delayed_refs()