Home
last modified time | relevance | path

Searched refs:old_ref_mod (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Ddelayed-ref.c657 int old_ref_mod; in update_existing_head_ref() local
703 old_ref_mod = existing->total_ref_mod; in update_existing_head_ref()
716 if (existing->total_ref_mod >= 0 && old_ref_mod < 0) { in update_existing_head_ref()
720 if (existing->total_ref_mod < 0 && old_ref_mod >= 0) { in update_existing_head_ref()
739 if (existing->total_ref_mod < 0 && old_ref_mod >= 0) in update_existing_head_ref()
741 else if (existing->total_ref_mod >= 0 && old_ref_mod < 0) in update_existing_head_ref()
/kernel/linux/linux-6.6/fs/btrfs/
H A Ddelayed-ref.c645 int old_ref_mod; in update_existing_head_ref() local
691 old_ref_mod = existing->total_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()

Completed in 4 milliseconds