Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Ddelayed-ref.c758 int count_mod = 1; in init_delayed_ref_head()
766 /* count_mod is already set to 1. */ in init_delayed_ref_head()
769 count_mod = 0; in init_delayed_ref_head()
776 count_mod = -1; in init_delayed_ref_head()
798 head_ref->ref_mod = count_mod; in init_delayed_ref_head()
808 head_ref->total_ref_mod = count_mod;
730 int count_mod = 1; init_delayed_ref_head() local