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()
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()
Dxfs_bmap.h180 return irec->br_state != XFS_EXT_UNWRITTEN && in xfs_bmap_is_real_extent()
Dxfs_bmap.c563 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 …]
Dxfs_format.h1572 XFS_EXT_NORM, XFS_EXT_UNWRITTEN, enumerator
Dxfs_rmap.c2124 unwritten = state == XFS_EXT_UNWRITTEN; in xfs_rmap_finish_one()
/fs/xfs/
Dxfs_iomap.c64 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()
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.c216 imap.br_state == XFS_EXT_UNWRITTEN) in xfs_pnfs_validate_isize()
Dxfs_bmap_item.c469 XFS_EXT_UNWRITTEN : XFS_EXT_NORM; in xfs_bui_recover()
Dxfs_rmap_item.c481 XFS_EXT_UNWRITTEN : XFS_EXT_NORM; in xfs_rui_recover()
Dxfs_reflink.c585 } 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()
Dxfs_aops.c1327 imap.br_state == XFS_EXT_UNWRITTEN ? in xfs_get_blocks()
Dxfs_bmap_util.c724 if (map[i].br_state == XFS_EXT_UNWRITTEN) in xfs_getbmap()