Home
last modified time | relevance | path

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

/linux-4.1.27/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()
2305 oldext = (newext == XFS_EXT_UNWRITTEN) ? in xfs_bmap_add_extent_unwritten_real()
2306 XFS_EXT_NORM : XFS_EXT_UNWRITTEN; in xfs_bmap_add_extent_unwritten_real()
4361 bma->got.br_state = XFS_EXT_UNWRITTEN; in xfs_bmapi_allocate()
4383 bma->got.br_state == XFS_EXT_UNWRITTEN); in xfs_bmapi_allocate()
4401 if (mval->br_state == XFS_EXT_UNWRITTEN && in xfs_bmapi_convert_unwritten()
4421 mval->br_state = (mval->br_state == XFS_EXT_UNWRITTEN) in xfs_bmapi_convert_unwritten()
4422 ? XFS_EXT_NORM : XFS_EXT_UNWRITTEN; in xfs_bmapi_convert_unwritten()
5147 if (del.br_state == XFS_EXT_UNWRITTEN || in xfs_bunmapi()
5178 del.br_state = XFS_EXT_UNWRITTEN; in xfs_bunmapi()
[all …]
Dxfs_format.h1344 XFS_EXT_NORM, XFS_EXT_UNWRITTEN, enumerator
/linux-4.1.27/fs/xfs/
Dxfs_pnfs.c99 if (imap->br_state == XFS_EXT_UNWRITTEN) in xfs_bmbt_to_iomap()
233 imap.br_state == XFS_EXT_UNWRITTEN) in xfs_pnfs_validate_isize()
Dxfs_file.c510 if (imap.br_state == XFS_EXT_UNWRITTEN || in xfs_zero_eof()
1365 if (map[i].br_state == XFS_EXT_UNWRITTEN) { in xfs_seek_hole_data()
Dxfs_bmap_util.c638 if (map[i].br_state == XFS_EXT_UNWRITTEN) in xfs_getbmap()
1142 if (imap.br_state == XFS_EXT_UNWRITTEN) in xfs_zero_remaining_bytes()