Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_iomap.h55 BMAPI_ALLOCATE = (1 << 2), /* delayed allocate to real extents */ enumerator
Dxfs_iomap.c223 (BMAPI_READ | BMAPI_WRITE | BMAPI_ALLOCATE | in xfs_iomap()
238 case BMAPI_ALLOCATE: in xfs_iomap()
278 switch (flags & (BMAPI_WRITE|BMAPI_ALLOCATE|BMAPI_UNWRITTEN)) { in xfs_iomap()
300 case BMAPI_ALLOCATE: in xfs_iomap()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_aops.c157 if (!error && (flags & (BMAPI_WRITE|BMAPI_ALLOCATE))) in xfs_map_blocks()
756 BMAPI_ALLOCATE | flags); in xfs_page_state_convert()
1200 VOP_BMAP(vp, offset, length, BMAPI_ALLOCATE, in linvfs_direct_IO()