Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_iomap.h60 BMAPI_MMAP = (1 << 6), /* allocate for mmap write */ enumerator
Dxfs_iomap.c287 if (flags & (BMAPI_DIRECT|BMAPI_MMAP)) { in xfs_iomap()
483 if (!(flags & BMAPI_MMAP) && (offset < ip->i_d.di_size || rt)) in xfs_iomap_write_direct()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_aops.c790 BMAPI_WRITE|BMAPI_MMAP); in xfs_page_state_convert()