Home
last modified time | relevance | path

Searched refs:XFS_IO_UNWRITTEN (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_aops.h28 XFS_IO_UNWRITTEN, /* covers allocated but uninitialized data */ enumerator
34 { XFS_IO_UNWRITTEN, "unwritten" }, \
Dxfs_aops.c197 if (ioend->io_type == XFS_IO_UNWRITTEN) in xfs_finish_ioend()
229 if (ioend->io_type == XFS_IO_UNWRITTEN) { in xfs_end_io()
300 if (type == XFS_IO_UNWRITTEN) in xfs_map_blocks()
333 if (type == XFS_IO_UNWRITTEN) { in xfs_map_blocks()
553 if (ioend->io_type == XFS_IO_UNWRITTEN) in xfs_cancel_ioend()
663 if (type == XFS_IO_UNWRITTEN) in xfs_check_page_type()
780 type = XFS_IO_UNWRITTEN; in xfs_convert_page()
1081 if (type != XFS_IO_UNWRITTEN) { in xfs_vm_writepage()
1082 type = XFS_IO_UNWRITTEN; in xfs_vm_writepage()
1180 if (ioend->io_type != XFS_IO_UNWRITTEN && xfs_ioend_is_append(ioend)) in xfs_vm_writepage()
[all …]