Home
last modified time | relevance | path

Searched refs:is_unwritten (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/xfs/scrub/
H A Drmap.c79 bool is_unwritten; in xchk_rmapbt_xref_refc() local
88 is_unwritten = irec->rm_flags & XFS_RMAP_UNWRITTEN; in xchk_rmapbt_xref_refc()
95 if (flen != 0 && (non_inode || is_attr || is_bmbt || is_unwritten)) in xchk_rmapbt_xref_refc()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_rmap.c216 bool is_unwritten; in xfs_rmap_check_irec() local
243 is_unwritten = irec->rm_flags & XFS_RMAP_UNWRITTEN; in xfs_rmap_check_irec()
251 if (is_unwritten && (is_bmbt || !is_inode || is_attr)) in xfs_rmap_check_irec()
254 if (!is_inode && (is_bmbt || is_unwritten || is_attr)) in xfs_rmap_check_irec()