Home
last modified time | relevance | path

Searched refs:IOMAP_HOLE (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_iomap.h43 IOMAP_HOLE = 0x02, /* mapping covers a hole */ enumerator
Dxfs_iomap.c182 iomapp->iomap_flags |= IOMAP_HOLE; in xfs_imap_to_bmap()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_aops.c199 ASSERT(!(iomapp->iomap_flags & IOMAP_HOLE)); in xfs_map_at_offset()
589 ASSERT(!(tmp->iomap_flags & IOMAP_HOLE)); in xfs_convert_page()
1215 if ((iomap.iomap_flags & IOMAP_HOLE) || in linvfs_direct_IO()