Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap_btree.c49 return XFS_EXT_UNWRITTEN; in xfs_extent_state()
117 st = XFS_EXT_UNWRITTEN; in __xfs_bmbt_get_all()
209 ASSERT(state == XFS_EXT_NORM || state == XFS_EXT_UNWRITTEN); in xfs_bmbt_set_allf()
249 ASSERT(state == XFS_EXT_NORM || state == XFS_EXT_UNWRITTEN); in xfs_bmbt_disk_set_allf()
326 ASSERT(v == XFS_EXT_NORM || v == XFS_EXT_UNWRITTEN); in xfs_bmbt_set_state()
Dxfs_bmap_btree.h33 #define ISUNWRITTEN(x) ((x)->br_state == XFS_EXT_UNWRITTEN)
Dxfs_bmap.c551 mval[i].br_state == XFS_EXT_UNWRITTEN); in xfs_bmap_validate_ret()
2304 oldext = (newext == XFS_EXT_UNWRITTEN) ? in xfs_bmap_add_extent_unwritten_real()
2305 XFS_EXT_NORM : XFS_EXT_UNWRITTEN; in xfs_bmap_add_extent_unwritten_real()
4369 bma->got.br_state = XFS_EXT_UNWRITTEN; in xfs_bmapi_allocate()
4391 bma->got.br_state == XFS_EXT_UNWRITTEN); in xfs_bmapi_allocate()
4409 if (mval->br_state == XFS_EXT_UNWRITTEN && in xfs_bmapi_convert_unwritten()
4429 mval->br_state = (mval->br_state == XFS_EXT_UNWRITTEN) in xfs_bmapi_convert_unwritten()
4430 ? XFS_EXT_NORM : XFS_EXT_UNWRITTEN; in xfs_bmapi_convert_unwritten()
5186 if (del.br_state == XFS_EXT_UNWRITTEN || in xfs_bunmapi()
5217 del.br_state = XFS_EXT_UNWRITTEN; in xfs_bunmapi()
[all …]
Dxfs_format.h1391 XFS_EXT_NORM, XFS_EXT_UNWRITTEN, enumerator
/linux-4.4.14/fs/xfs/
Dxfs_pnfs.c99 if (imap->br_state == XFS_EXT_UNWRITTEN) in xfs_bmbt_to_iomap()
238 imap.br_state == XFS_EXT_UNWRITTEN) in xfs_pnfs_validate_isize()
Dxfs_file.c544 if (imap.br_state == XFS_EXT_UNWRITTEN || in xfs_zero_eof()
1403 if (map[i].br_state == XFS_EXT_UNWRITTEN) { in xfs_seek_hole_data()
Dxfs_bmap_util.c664 if (map[i].br_state == XFS_EXT_UNWRITTEN) in xfs_getbmap()
1162 imap.br_state == XFS_EXT_UNWRITTEN) { in xfs_zero_remaining_bytes()