Searched refs:niomaps (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_iomap.c | 208 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/ |
D | xfs_lrw.c | 925 int *niomaps) in xfs_bmap() argument 934 return xfs_iomap(io, offset, count, flags, iomapp, niomaps); in xfs_bmap()
|
D | xfs_aops.c | 154 int error, niomaps = 1; in xfs_map_blocks() local 156 VOP_BMAP(vp, offset, count, flags, iomapp, &niomaps, error); in xfs_map_blocks()
|