Searched refs:XFS_EXT_UNWRITTEN (Results 1 – 14 of 14) sorted by relevance
51 return XFS_EXT_UNWRITTEN; in xfs_extent_state()119 st = XFS_EXT_UNWRITTEN; in __xfs_bmbt_get_all()211 ASSERT(state == XFS_EXT_NORM || state == XFS_EXT_UNWRITTEN); in xfs_bmbt_set_allf()251 ASSERT(state == XFS_EXT_NORM || state == XFS_EXT_UNWRITTEN); in xfs_bmbt_disk_set_allf()328 ASSERT(v == XFS_EXT_NORM || v == XFS_EXT_UNWRITTEN); in xfs_bmbt_set_state()
33 #define ISUNWRITTEN(x) ((x)->br_state == XFS_EXT_UNWRITTEN)
576 mval[i].br_state == XFS_EXT_UNWRITTEN); in xfs_bmap_validate_ret()2343 oldext = (newext == XFS_EXT_UNWRITTEN) ? in xfs_bmap_add_extent_unwritten_real()2344 XFS_EXT_NORM : XFS_EXT_UNWRITTEN; in xfs_bmap_add_extent_unwritten_real()4499 bma->got.br_state = XFS_EXT_UNWRITTEN; in xfs_bmapi_allocate()4521 bma->got.br_state == XFS_EXT_UNWRITTEN); in xfs_bmapi_allocate()4538 if (mval->br_state == XFS_EXT_UNWRITTEN && in xfs_bmapi_convert_unwritten()4558 mval->br_state = (mval->br_state == XFS_EXT_UNWRITTEN) in xfs_bmapi_convert_unwritten()4559 ? XFS_EXT_NORM : XFS_EXT_UNWRITTEN; in xfs_bmapi_convert_unwritten()5711 if (del.br_state == XFS_EXT_UNWRITTEN || in __xfs_bunmapi()5742 del.br_state = XFS_EXT_UNWRITTEN; in __xfs_bunmapi()[all …]
1592 XFS_EXT_NORM, XFS_EXT_UNWRITTEN, enumerator
2110 unwritten = state == XFS_EXT_UNWRITTEN; in xfs_rmap_finish_one()
140 if (state == XFS_EXT_UNWRITTEN) in xfs_trans_set_bmap_flags()
43 if (state == XFS_EXT_UNWRITTEN) in xfs_trans_set_rmap_flags()
220 imap.br_state == XFS_EXT_UNWRITTEN) in xfs_pnfs_validate_isize()
470 XFS_EXT_UNWRITTEN : XFS_EXT_NORM; in xfs_bui_recover()
480 XFS_EXT_UNWRITTEN : XFS_EXT_NORM; in xfs_rui_recover()
614 } else if (del.br_state == XFS_EXT_UNWRITTEN || cancel_real) { in xfs_reflink_cancel_cow_blocks()798 if (got.br_state == XFS_EXT_UNWRITTEN) { in xfs_reflink_end_cow()
64 if (imap->br_state == XFS_EXT_UNWRITTEN) in xfs_bmbt_to_iomap()
1299 if (map[i].br_state == XFS_EXT_UNWRITTEN) { in __xfs_seek_hole_data()
706 if (map[i].br_state == XFS_EXT_UNWRITTEN) in xfs_getbmap()