Lines Matching refs:is_shared
1553 u64 bytenr, int level, bool *is_shared) in lookup_backref_shared_cache() argument
1581 if (!entry->is_shared && in lookup_backref_shared_cache()
1590 if (entry->is_shared && in lookup_backref_shared_cache()
1594 *is_shared = entry->is_shared; in lookup_backref_shared_cache()
1602 if (*is_shared) { in lookup_backref_shared_cache()
1604 cache->entries[i].is_shared = true; in lookup_backref_shared_cache()
1619 u64 bytenr, int level, bool is_shared) in store_backref_shared_cache() argument
1638 if (is_shared) in store_backref_shared_cache()
1645 entry->is_shared = is_shared; in store_backref_shared_cache()
1655 if (is_shared) { in store_backref_shared_cache()
1658 entry->is_shared = is_shared; in store_backref_shared_cache()
1726 bool is_shared; in btrfs_is_data_extent_shared() local
1781 &is_shared); in btrfs_is_data_extent_shared()
1783 ret = (is_shared ? 1 : 0); in btrfs_is_data_extent_shared()