Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_iomap.h44 IOMAP_DELAY = 0x04, /* mapping covers delalloc region */ enumerator
Dxfs_iomap.c185 iomapp->iomap_flags |= IOMAP_DELAY; in xfs_imap_to_bmap()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_aops.c200 ASSERT(!(iomapp->iomap_flags & IOMAP_DELAY)); in xfs_map_at_offset()
590 ASSERT(!(tmp->iomap_flags & IOMAP_DELAY)); in xfs_convert_page()
917 if (iomap.iomap_flags & IOMAP_DELAY) { in linvfs_get_block_core()
1193 (iomap.iomap_flags & IOMAP_DELAY))) { in linvfs_direct_IO()
1210 BUG_ON(iomap.iomap_flags & IOMAP_DELAY); in linvfs_direct_IO()