Home
last modified time | relevance | path

Searched refs:XFS_EXT_UNWRITTEN (Results 1 – 10 of 10) 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()
H A Drmap_repair.c353 if (rec->br_state == XFS_EXT_UNWRITTEN) in xrep_rmap_visit_bmbt()
/linux/fs/xfs/
H A Dxfs_bmap_item.c282 if (bi->bi_bmap.br_state == XFS_EXT_UNWRITTEN) in xfs_bmap_update_log_item()
477 XFS_EXT_UNWRITTEN : XFS_EXT_NORM; in xfs_bui_recover_work()
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_rmap_item.c297 if (ri->ri_bmap.br_state == XFS_EXT_UNWRITTEN) in xfs_rmap_update_log_item()
554 XFS_EXT_UNWRITTEN : XFS_EXT_NORM; in xfs_rui_recover_work()
H A Dxfs_bmap_util.c177 if (got->br_state == XFS_EXT_UNWRITTEN && in xfs_getbmap_report_one()