Home
last modified time | relevance | path

Searched refs:XFS_EXT_UNWRITTEN (Results 1 – 7 of 7) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_types.h151 XFS_EXT_NORM, XFS_EXT_UNWRITTEN, enumerator
/linux/fs/xfs/scrub/
H A Drtbitmap_repair.c454 if (map.br_state != XFS_EXT_UNWRITTEN) { in xrep_rtbitmap_data_mappings()
455 ASSERT(map.br_state == XFS_EXT_UNWRITTEN); in xrep_rtbitmap_data_mappings()
H A Dbmap.c166 if (irec->br_state == XFS_EXT_UNWRITTEN) in xchk_bmap_get_rmap()
252 if (!!(irec->br_state == XFS_EXT_UNWRITTEN) != in xchk_bmap_xref_rmap()
506 if (irec->br_state == XFS_EXT_UNWRITTEN && in xchk_bmap_iextent()
H A Dquota_repair.c435 if (irec.br_state == XFS_EXT_UNWRITTEN) { in xrep_quota_data_fork()
/linux/fs/xfs/
H A Dxfs_iomap.c131 if (imap->br_state == XFS_EXT_UNWRITTEN) in xfs_bmbt_to_iomap()
317 if (imap->br_state == XFS_EXT_UNWRITTEN) { in xfs_iomap_write_direct()
745 if ((flags & IOMAP_DAX) && imap->br_state == XFS_EXT_UNWRITTEN) in imap_needs_alloc()
764 imap->br_state == XFS_EXT_UNWRITTEN) in imap_needs_cow()
1949 if (imap.br_state == XFS_EXT_UNWRITTEN && in xfs_buffered_write_iomap_begin()
H A Dxfs_reflink.c691 } else if (del.br_state == XFS_EXT_UNWRITTEN || cancel_real) { in xfs_reflink_cancel_cow_blocks()
1443 if (dmap->br_state == XFS_EXT_UNWRITTEN && in xfs_reflink_remap_extent()
1444 smap.br_state == XFS_EXT_UNWRITTEN) in xfs_reflink_remap_extent()
H A Dxfs_bmap_util.c177 if (got->br_state == XFS_EXT_UNWRITTEN && in xfs_getbmap_report_one()