Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_aops.c270 else if (ioend->io_state == XFS_EXT_UNWRITTEN) in xfs_end_ioend()
303 if ((ioend->io_state == XFS_EXT_UNWRITTEN) ^ in xfs_ioend_can_merge()
304 (next->io_state == XFS_EXT_UNWRITTEN)) in xfs_ioend_can_merge()
406 ioend->io_state == XFS_EXT_UNWRITTEN || in xfs_end_bio()
667 ioend->io_state != XFS_EXT_UNWRITTEN) && in xfs_submit_ioend()
Dxfs_bmap_item.c319 if (state == XFS_EXT_UNWRITTEN) in xfs_trans_set_bmap_flags()
518 XFS_EXT_UNWRITTEN : XFS_EXT_NORM; in xfs_bui_recover()
Dxfs_rmap_item.c266 if (state == XFS_EXT_UNWRITTEN) in xfs_trans_set_rmap_flags()
555 XFS_EXT_UNWRITTEN : XFS_EXT_NORM; in xfs_rui_recover()
Dxfs_iomap.c73 if (imap->br_state == XFS_EXT_UNWRITTEN) in xfs_bmbt_to_iomap()
256 if (imap->br_state == XFS_EXT_UNWRITTEN) { in xfs_iomap_write_direct()
849 (IS_DAX(inode) && imap->br_state == XFS_EXT_UNWRITTEN); in imap_needs_alloc()
859 imap->br_state != XFS_EXT_UNWRITTEN; in needs_cow_for_zeroing()
Dxfs_pnfs.c210 imap.br_state == XFS_EXT_UNWRITTEN) in xfs_pnfs_validate_isize()
Dxfs_reflink.c494 } else if (del.br_state == XFS_EXT_UNWRITTEN || cancel_real) { in xfs_reflink_cancel_cow_blocks()
Dxfs_bmap_util.c430 if (got->br_state == XFS_EXT_UNWRITTEN && in xfs_getbmap_report_one()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_types.h161 XFS_EXT_NORM, XFS_EXT_UNWRITTEN, enumerator
Dxfs_bmap.h168 return irec->br_state != XFS_EXT_UNWRITTEN && in xfs_bmap_is_real_extent()
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.c512 mval[i].br_state == XFS_EXT_UNWRITTEN); in xfs_bmap_validate_ret()
4104 bma->got.br_state = XFS_EXT_UNWRITTEN; in xfs_bmapi_allocate()
4128 bma->got.br_state == XFS_EXT_UNWRITTEN); in xfs_bmapi_allocate()
4145 if (mval->br_state == XFS_EXT_UNWRITTEN && in xfs_bmapi_convert_unwritten()
4163 mval->br_state = (mval->br_state == XFS_EXT_UNWRITTEN) in xfs_bmapi_convert_unwritten()
4164 ? XFS_EXT_NORM : XFS_EXT_UNWRITTEN; in xfs_bmapi_convert_unwritten()
4616 got.br_state = XFS_EXT_UNWRITTEN; in xfs_bmapi_remap()
5151 del->br_state == XFS_EXT_UNWRITTEN); in xfs_bmap_del_extent_real()
5339 if (del.br_state == XFS_EXT_UNWRITTEN) { in __xfs_bunmapi()
5369 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.c2214 unwritten = state == XFS_EXT_UNWRITTEN; in xfs_rmap_finish_one()
/Linux-v5.4/fs/xfs/scrub/
Dbmap.c201 irec->br_state == XFS_EXT_UNWRITTEN && in xchk_bmap_xref_rmap()
350 if (irec->br_state == XFS_EXT_UNWRITTEN && in xchk_bmap_iextent()