Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_bmap_btree.c51 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()
Dxfs_bmap_btree.h33 #define ISUNWRITTEN(x) ((x)->br_state == XFS_EXT_UNWRITTEN)
Dxfs_bmap.c576 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 …]
Dxfs_format.h1592 XFS_EXT_NORM, XFS_EXT_UNWRITTEN, enumerator
Dxfs_rmap.c2110 unwritten = state == XFS_EXT_UNWRITTEN; in xfs_rmap_finish_one()
/fs/xfs/
Dxfs_trans_bmap.c140 if (state == XFS_EXT_UNWRITTEN) in xfs_trans_set_bmap_flags()
Dxfs_trans_rmap.c43 if (state == XFS_EXT_UNWRITTEN) in xfs_trans_set_rmap_flags()
Dxfs_pnfs.c220 imap.br_state == XFS_EXT_UNWRITTEN) in xfs_pnfs_validate_isize()
Dxfs_bmap_item.c470 XFS_EXT_UNWRITTEN : XFS_EXT_NORM; in xfs_bui_recover()
Dxfs_rmap_item.c480 XFS_EXT_UNWRITTEN : XFS_EXT_NORM; in xfs_rui_recover()
Dxfs_reflink.c614 } 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()
Dxfs_iomap.c64 if (imap->br_state == XFS_EXT_UNWRITTEN) in xfs_bmbt_to_iomap()
Dxfs_file.c1299 if (map[i].br_state == XFS_EXT_UNWRITTEN) { in __xfs_seek_hole_data()
Dxfs_bmap_util.c706 if (map[i].br_state == XFS_EXT_UNWRITTEN) in xfs_getbmap()