Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_aops.h29 XFS_IO_OVERWRITE, /* covers already allocated extent */ enumerator
35 { XFS_IO_OVERWRITE, "overwrite" }
Dxfs_aops.c664 if (type == XFS_IO_OVERWRITE) in xfs_check_page_type()
779 type = XFS_IO_OVERWRITE; in xfs_convert_page()
788 if (type != XFS_IO_OVERWRITE) in xfs_convert_page()
1051 type = XFS_IO_OVERWRITE; in xfs_vm_writepage()
1086 if (type != XFS_IO_OVERWRITE) { in xfs_vm_writepage()
1087 type = XFS_IO_OVERWRITE; in xfs_vm_writepage()
1123 if (type != XFS_IO_OVERWRITE) in xfs_vm_writepage()
1272 type = XFS_IO_OVERWRITE; in xfs_map_direct()
1440 : XFS_IO_OVERWRITE, &imap); in __xfs_get_blocks()
1602 if (ioend->io_type == XFS_IO_OVERWRITE) in xfs_end_io_direct_write()