Home
last modified time | relevance | path

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

/Linux-v4.19/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()
724 if (wpc->io_type == XFS_IO_HOLE) in xfs_writepage_map()