Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
A Dbmap.c116 if (irec->br_state == XFS_EXT_UNWRITTEN) in xchk_bmap_get_rmap()
221 !!(irec->br_state == XFS_EXT_UNWRITTEN) != in xchk_bmap_xref_rmap()
366 if (irec->br_state == XFS_EXT_UNWRITTEN && in xchk_bmap_iextent()
/linux/fs/xfs/libxfs/
A Dxfs_types.h165 XFS_EXT_NORM, XFS_EXT_UNWRITTEN, enumerator
A Dxfs_bmap.h161 irec->br_state != XFS_EXT_UNWRITTEN; in xfs_bmap_is_written_extent()
A Dxfs_bmap_btree.c73 irec->br_state = XFS_EXT_UNWRITTEN; in xfs_bmbt_disk_get_all()
109 ASSERT(s->br_state == XFS_EXT_NORM || s->br_state == XFS_EXT_UNWRITTEN); in xfs_bmbt_disk_set_all()
A Dxfs_bmap.c515 mval[i].br_state == XFS_EXT_UNWRITTEN); in xfs_bmap_validate_ret()
4154 bma->got.br_state = XFS_EXT_UNWRITTEN; in xfs_bmapi_allocate()
4195 if (mval->br_state == XFS_EXT_UNWRITTEN && in xfs_bmapi_convert_unwritten()
4214 ? XFS_EXT_NORM : XFS_EXT_UNWRITTEN; in xfs_bmapi_convert_unwritten()
4681 got.br_state = XFS_EXT_UNWRITTEN; in xfs_bmapi_remap()
5252 del->br_state == XFS_EXT_UNWRITTEN); in xfs_bmap_del_extent_real()
5424 if (del.br_state == XFS_EXT_UNWRITTEN) { in __xfs_bunmapi()
5454 del.br_state = XFS_EXT_UNWRITTEN; in __xfs_bunmapi()
5476 (del.br_state == XFS_EXT_UNWRITTEN || in __xfs_bunmapi()
5513 prev.br_state = XFS_EXT_UNWRITTEN; in __xfs_bunmapi()
[all …]
A 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()
A Dxfs_rmap.c2418 unwritten = state == XFS_EXT_UNWRITTEN; in xfs_rmap_finish_one()
/linux/fs/xfs/
A Dxfs_iomap.c74 if (imap->br_state == XFS_EXT_UNWRITTEN) in xfs_bmbt_to_iomap()
234 if (imap->br_state == XFS_EXT_UNWRITTEN) { in xfs_iomap_write_direct()
623 if (IS_DAX(inode) && imap->br_state == XFS_EXT_UNWRITTEN) in imap_needs_alloc()
642 imap->br_state == XFS_EXT_UNWRITTEN) in imap_needs_cow()
A Dxfs_bmap_item.c295 if (state == XFS_EXT_UNWRITTEN) in xfs_trans_set_bmap_flags()
484 XFS_EXT_UNWRITTEN : XFS_EXT_NORM; in xfs_bui_item_recover()
A Dxfs_rmap_item.c266 if (state == XFS_EXT_UNWRITTEN) in xfs_trans_set_rmap_flags()
544 XFS_EXT_UNWRITTEN : XFS_EXT_NORM; in xfs_rui_item_recover()
A Dxfs_reflink.c480 } else if (del.br_state == XFS_EXT_UNWRITTEN || cancel_real) { in xfs_reflink_cancel_cow_blocks()
1070 if (dmap->br_state == XFS_EXT_UNWRITTEN && in xfs_reflink_remap_extent()
1071 smap.br_state == XFS_EXT_UNWRITTEN) in xfs_reflink_remap_extent()
A Dxfs_pnfs.c205 imap.br_state == XFS_EXT_UNWRITTEN) in xfs_pnfs_validate_isize()
A Dxfs_bmap_util.c333 if (got->br_state == XFS_EXT_UNWRITTEN && in xfs_getbmap_report_one()

Completed in 32 milliseconds