Searched refs:XFS_EXT_UNWRITTEN (Results 1 – 14 of 14) sorted by relevance
51 return XFS_EXT_UNWRITTEN; in xfs_extent_state()113 st = XFS_EXT_UNWRITTEN; in __xfs_bmbt_get_all()205 ASSERT(state == XFS_EXT_NORM || state == XFS_EXT_UNWRITTEN); in xfs_bmbt_set_allf()245 ASSERT(state == XFS_EXT_NORM || state == XFS_EXT_UNWRITTEN); in xfs_bmbt_disk_set_allf()322 ASSERT(v == XFS_EXT_NORM || v == XFS_EXT_UNWRITTEN); in xfs_bmbt_set_state()
180 return irec->br_state != XFS_EXT_UNWRITTEN && in xfs_bmap_is_real_extent()
563 mval[i].br_state == XFS_EXT_UNWRITTEN); in xfs_bmap_validate_ret()2190 oldext = (newext == XFS_EXT_UNWRITTEN) ? in xfs_bmap_add_extent_unwritten_real()2191 XFS_EXT_NORM : XFS_EXT_UNWRITTEN; in xfs_bmap_add_extent_unwritten_real()4305 bma->got.br_state = XFS_EXT_UNWRITTEN; in xfs_bmapi_allocate()4329 bma->got.br_state == XFS_EXT_UNWRITTEN); in xfs_bmapi_allocate()4346 if (mval->br_state == XFS_EXT_UNWRITTEN && in xfs_bmapi_convert_unwritten()4366 mval->br_state = (mval->br_state == XFS_EXT_UNWRITTEN) in xfs_bmapi_convert_unwritten()4367 ? XFS_EXT_NORM : XFS_EXT_UNWRITTEN; in xfs_bmapi_convert_unwritten()5592 if (del.br_state == XFS_EXT_UNWRITTEN || in __xfs_bunmapi()5623 del.br_state = XFS_EXT_UNWRITTEN; in __xfs_bunmapi()[all …]
1572 XFS_EXT_NORM, XFS_EXT_UNWRITTEN, enumerator
2124 unwritten = state == XFS_EXT_UNWRITTEN; in xfs_rmap_finish_one()
64 if (imap->br_state == XFS_EXT_UNWRITTEN) in xfs_bmbt_to_iomap()244 if (imap->br_state == XFS_EXT_UNWRITTEN) { in xfs_iomap_write_direct()951 (IS_DAX(inode) && imap->br_state == XFS_EXT_UNWRITTEN); in imap_needs_alloc()
140 if (state == XFS_EXT_UNWRITTEN) in xfs_trans_set_bmap_flags()
43 if (state == XFS_EXT_UNWRITTEN) in xfs_trans_set_rmap_flags()
216 imap.br_state == XFS_EXT_UNWRITTEN) in xfs_pnfs_validate_isize()
469 XFS_EXT_UNWRITTEN : XFS_EXT_NORM; in xfs_bui_recover()
481 XFS_EXT_UNWRITTEN : XFS_EXT_NORM; in xfs_rui_recover()
585 } else if (del.br_state == XFS_EXT_UNWRITTEN || cancel_real) { in xfs_reflink_cancel_cow_blocks()767 if (got.br_state == XFS_EXT_UNWRITTEN) { in xfs_reflink_end_cow()
1327 imap.br_state == XFS_EXT_UNWRITTEN ? in xfs_get_blocks()
724 if (map[i].br_state == XFS_EXT_UNWRITTEN) in xfs_getbmap()