Searched refs:has_shared (Results 1 – 3 of 3) sorted by relevance
576 bool has_shared; in xchk_inode_check_reflink_iflag() local583 &has_shared); in xchk_inode_check_reflink_iflag()587 if (xfs_is_reflink_inode(sc->ip) && !has_shared) in xchk_inode_check_reflink_iflag()589 else if (!xfs_is_reflink_inode(sc->ip) && has_shared) in xchk_inode_check_reflink_iflag()
42 struct xfs_inode *ip, bool *has_shared);
1551 bool *has_shared) in xfs_reflink_inode_has_shared_extents() argument1565 *has_shared = false; in xfs_reflink_inode_has_shared_extents()1589 *has_shared = true; in xfs_reflink_inode_has_shared_extents()
Completed in 16 milliseconds