Searched refs:have_cached_ptr (Results 1 – 1 of 1) sorted by relevance
1134 bool have_cached_ptr; in bch2_extent_ptr_set_cached() local 1140 have_cached_ptr = false; in bch2_extent_ptr_set_cached() 1151 if (have_cached_ptr || !want_cached_ptr(c, opts, &p.ptr)) { in bch2_extent_ptr_set_cached() 1157 have_cached_ptr = true; in bch2_extent_ptr_set_cached() 1166 if (have_cached_ptr || !want_cached_ptr(c, opts, ptr)) in bch2_extent_ptr_set_cached() 1207 bool have_cached_ptr; in bch2_extent_normalize_by_opts() local 1212 have_cached_ptr = false; in bch2_extent_normalize_by_opts() 1216 if (have_cached_ptr || !want_cached_ptr(c, opts, ptr)) { in bch2_extent_normalize_by_opts() 1220 have_cached_ptr = true; in bch2_extent_normalize_by_opts()