Home
last modified time | relevance | path

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

/fs/btrfs/
Dbackref.c1553 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()
[all …]
Dbackref.h23 bool is_shared; member
/fs/xfs/scrub/
Dbmap.c95 bool is_shared; member
133 if (info->is_shared) { in xchk_bmap_get_rmap()
638 info.is_shared = whichfork == XFS_DATA_FORK && xfs_is_reflink_inode(ip); in xchk_bmap()