Home
last modified time | relevance | path

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

/fs/xfs/scrub/
Dbmap.c116 if (irec->br_state == XFS_EXT_UNWRITTEN) in xchk_bmap_get_rmap()
221 !!(irec->br_state == XFS_EXT_UNWRITTEN) != in xchk_bmap_xref_rmap()
366 if (irec->br_state == XFS_EXT_UNWRITTEN && in xchk_bmap_iextent()
/fs/xfs/
Dxfs_iomap.c74 if (imap->br_state == XFS_EXT_UNWRITTEN) in xfs_bmbt_to_iomap()
234 if (imap->br_state == XFS_EXT_UNWRITTEN) { in xfs_iomap_write_direct()
623 if (IS_DAX(inode) && imap->br_state == XFS_EXT_UNWRITTEN) in imap_needs_alloc()
642 imap->br_state == XFS_EXT_UNWRITTEN) in imap_needs_cow()
Dxfs_rmap_item.c268 if (state == XFS_EXT_UNWRITTEN) in xfs_trans_set_rmap_flags()
546 XFS_EXT_UNWRITTEN : XFS_EXT_NORM; in xfs_rui_item_recover()
Dxfs_bmap_item.c297 if (state == XFS_EXT_UNWRITTEN) in xfs_trans_set_bmap_flags()
486 XFS_EXT_UNWRITTEN : XFS_EXT_NORM; in xfs_bui_item_recover()
Dxfs_reflink.c611 } else if (del.br_state == XFS_EXT_UNWRITTEN || cancel_real) { in xfs_reflink_cancel_cow_blocks()
1204 if (dmap->br_state == XFS_EXT_UNWRITTEN && in xfs_reflink_remap_extent()
1205 smap.br_state == XFS_EXT_UNWRITTEN) in xfs_reflink_remap_extent()
Dxfs_pnfs.c207 imap.br_state == XFS_EXT_UNWRITTEN) in xfs_pnfs_validate_isize()
Dxfs_bmap_util.c333 if (got->br_state == XFS_EXT_UNWRITTEN && in xfs_getbmap_report_one()
/fs/xfs/libxfs/
Dxfs_types.h165 XFS_EXT_NORM, XFS_EXT_UNWRITTEN, enumerator
Dxfs_bmap_btree.c71 irec->br_state = XFS_EXT_UNWRITTEN; in xfs_bmbt_disk_get_all()
107 ASSERT(s->br_state == XFS_EXT_NORM || s->br_state == XFS_EXT_UNWRITTEN); in xfs_bmbt_disk_set_all()
Dxfs_bmap.h176 irec->br_state != XFS_EXT_UNWRITTEN; in xfs_bmap_is_written_extent()
Dxfs_bmap.c515 mval[i].br_state == XFS_EXT_UNWRITTEN); in xfs_bmap_validate_ret()
4204 bma->got.br_state = XFS_EXT_UNWRITTEN; in xfs_bmapi_allocate()
4228 bma->got.br_state == XFS_EXT_UNWRITTEN); in xfs_bmapi_allocate()
4245 if (mval->br_state == XFS_EXT_UNWRITTEN && in xfs_bmapi_convert_unwritten()
4263 mval->br_state = (mval->br_state == XFS_EXT_UNWRITTEN) in xfs_bmapi_convert_unwritten()
4264 ? XFS_EXT_NORM : XFS_EXT_UNWRITTEN; in xfs_bmapi_convert_unwritten()
4731 got.br_state = XFS_EXT_UNWRITTEN; in xfs_bmapi_remap()
5302 del->br_state == XFS_EXT_UNWRITTEN); in xfs_bmap_del_extent_real()
5474 if (del.br_state == XFS_EXT_UNWRITTEN) { in __xfs_bunmapi()
5504 del.br_state = XFS_EXT_UNWRITTEN; in __xfs_bunmapi()
[all …]
Dxfs_iext_tree.c67 if (irec->br_state == XFS_EXT_UNWRITTEN) in xfs_iext_set()
83 irec->br_state = XFS_EXT_UNWRITTEN; in xfs_iext_get()
Dxfs_rmap.c2416 unwritten = state == XFS_EXT_UNWRITTEN; in xfs_rmap_finish_one()