Searched refs:has_shared (Results 1 – 3 of 3) sorted by relevance
560 bool has_shared; in xchk_inode_check_reflink_iflag() local567 &has_shared); in xchk_inode_check_reflink_iflag()571 if (xfs_is_reflink_inode(sc->ip) && !has_shared) in xchk_inode_check_reflink_iflag()573 else if (!xfs_is_reflink_inode(sc->ip) && has_shared) in xchk_inode_check_reflink_iflag()
45 struct xfs_inode *ip, bool *has_shared);
1383 bool *has_shared) in xfs_reflink_inode_has_shared_extents() argument1402 *has_shared = false; in xfs_reflink_inode_has_shared_extents()1418 *has_shared = true; in xfs_reflink_inode_has_shared_extents()
Completed in 10 milliseconds