Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_bmap_btree.h112 XFS_EXT_NORM, XFS_EXT_UNWRITTEN, enumerator
122 #define ISUNWRITTEN(x) ((x)->br_state == XFS_EXT_UNWRITTEN)
Dxfs_bmap_btree.c58 return XFS_EXT_UNWRITTEN; in xfs_extent_state()
135 st = XFS_EXT_UNWRITTEN; in __xfs_bmbt_get_all()
250 ASSERT(state == XFS_EXT_NORM || state == XFS_EXT_UNWRITTEN); in xfs_bmbt_set_allf()
308 ASSERT(state == XFS_EXT_NORM || state == XFS_EXT_UNWRITTEN); in xfs_bmbt_disk_set_allf()
420 ASSERT(v == XFS_EXT_NORM || v == XFS_EXT_UNWRITTEN); in xfs_bmbt_set_state()
Dxfs_bmap.c649 if (prev.br_state != XFS_EXT_UNWRITTEN && in xfs_bmap_add_extent()
665 ASSERT(new->br_state == XFS_EXT_UNWRITTEN); in xfs_bmap_add_extent()
1349 oldext = (newext == XFS_EXT_UNWRITTEN) ? in xfs_bmap_add_extent_unwritten_real()
1350 XFS_EXT_NORM : XFS_EXT_UNWRITTEN; in xfs_bmap_add_extent_unwritten_real()
4755 mval[i].br_state == XFS_EXT_UNWRITTEN); in xfs_bmap_validate_ret()
5130 got.br_state = XFS_EXT_UNWRITTEN; in xfs_bmapi()
5151 got.br_state == XFS_EXT_UNWRITTEN); in xfs_bmapi()
5214 if (wr && mval->br_state == XFS_EXT_UNWRITTEN && in xfs_bmapi()
5565 if (del.br_state == XFS_EXT_UNWRITTEN || in xfs_bunmapi()
5596 del.br_state = XFS_EXT_UNWRITTEN; in xfs_bunmapi()
[all …]
Dxfs_vnodeops.c2978 if (imap.br_state == XFS_EXT_UNWRITTEN) in xfs_zero_remaining_bytes()
/fs/xfs/linux-2.6/
Dxfs_lrw.c512 if (imap.br_state == XFS_EXT_UNWRITTEN || in xfs_zero_eof()