Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_aops.h20 XFS_IO_HOLE, /* covers region without any block allocation */ enumerator
29 { XFS_IO_HOLE, "hole" }
Dxfs_aops.c397 wpc->io_type = XFS_IO_HOLE; in xfs_map_blocks()
427 wpc->io_type = XFS_IO_HOLE; in xfs_map_blocks()
726 if (wpc->io_type == XFS_IO_HOLE) in xfs_writepage_map()