Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_iomap.h45 IOMAP_REALTIME = 0x10, /* mapping on the realtime device */ enumerator
Dxfs_iomap.c174 iomapp->iomap_flags |= IOMAP_REALTIME; in xfs_imap_to_bmap()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_aops.c212 BUG_ON(!bn && !(iomapp->iomap_flags & IOMAP_REALTIME)); in xfs_map_at_offset()
894 BUG_ON(!bn && !(iomap.iomap_flags & IOMAP_REALTIME)); in linvfs_get_block_core()