Searched refs:XFS_IO_UNWRITTEN (Results 1 – 2 of 2) sorted by relevance
28 XFS_IO_UNWRITTEN, /* covers allocated but uninitialized data */ enumerator34 { XFS_IO_UNWRITTEN, "unwritten" }, \
193 if (ioend->io_type == XFS_IO_UNWRITTEN) in xfs_finish_ioend()224 if (ioend->io_type == XFS_IO_UNWRITTEN) { in xfs_end_io()293 if (type == XFS_IO_UNWRITTEN) in xfs_map_blocks()326 if (type == XFS_IO_UNWRITTEN) { in xfs_map_blocks()548 if (ioend->io_type == XFS_IO_UNWRITTEN) in xfs_cancel_ioend()658 if (type == XFS_IO_UNWRITTEN) in xfs_check_page_type()775 type = XFS_IO_UNWRITTEN; in xfs_convert_page()1076 if (type != XFS_IO_UNWRITTEN) { in xfs_vm_writepage()1077 type = XFS_IO_UNWRITTEN; in xfs_vm_writepage()1175 if (ioend->io_type != XFS_IO_UNWRITTEN && xfs_ioend_is_append(ioend)) in xfs_vm_writepage()[all …]