Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_iomap.c208 int *niomaps) in xfs_iomap() argument
257 *niomaps = 1; in xfs_iomap()
321 *niomaps = xfs_imap_to_bmap(io, offset, &imap, in xfs_iomap()
322 iomapp, nimaps, *niomaps, iomap_flags); in xfs_iomap()
323 } else if (niomaps) { in xfs_iomap()
324 *niomaps = 0; in xfs_iomap()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_lrw.c925 int *niomaps) in xfs_bmap() argument
934 return xfs_iomap(io, offset, count, flags, iomapp, niomaps); in xfs_bmap()
Dxfs_aops.c154 int error, niomaps = 1; in xfs_map_blocks() local
156 VOP_BMAP(vp, offset, count, flags, iomapp, &niomaps, error); in xfs_map_blocks()