Lines Matching refs:is_shared
1549 u64 bytenr, int level, bool *is_shared) in lookup_backref_shared_cache() argument
1577 if (!entry->is_shared && in lookup_backref_shared_cache()
1586 if (entry->is_shared && in lookup_backref_shared_cache()
1590 *is_shared = entry->is_shared; in lookup_backref_shared_cache()
1598 if (*is_shared) { in lookup_backref_shared_cache()
1600 cache->entries[i].is_shared = true; in lookup_backref_shared_cache()
1615 u64 bytenr, int level, bool is_shared) in store_backref_shared_cache() argument
1634 if (is_shared) in store_backref_shared_cache()
1641 entry->is_shared = is_shared; in store_backref_shared_cache()
1651 if (is_shared) { in store_backref_shared_cache()
1654 entry->is_shared = is_shared; in store_backref_shared_cache()
1722 bool is_shared; in btrfs_is_data_extent_shared() local
1777 &is_shared); in btrfs_is_data_extent_shared()
1779 ret = (is_shared ? 1 : 0); in btrfs_is_data_extent_shared()