Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_buf.h92 PBF_DIRECTIO = (1 << 13), /* used for a direct IO mapping */ enumerator
Dxfs_aops.c1188 pb_flags = (rw ? PBF_WRITE : PBF_READ) | PBF_FORCEIO | PBF_DIRECTIO; in linvfs_direct_IO()
Dxfs_buf.c1895 if (!pb->pb_locked && !(pb->pb_flags & PBF_DIRECTIO) && in _pagebuf_ioapply()