Home
last modified time | relevance | path

Searched refs:xfs_iomap (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_iomap.h84 typedef struct xfs_iomap { struct
97 extern int xfs_iomap(struct xfs_iocore *, xfs_off_t, ssize_t, int, argument
98 struct xfs_iomap *, int *);
DMakefile91 xfs_iomap.o \
Dxfs_iomap.c202 xfs_iomap( in xfs_iomap() function
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_lrw.h42 struct xfs_iomap;
91 struct xfs_iomap *, int *);
Dxfs_vnode.h65 struct xfs_iomap;
226 struct xfs_iomap *, int *);
Dxfs_lrw.c934 return xfs_iomap(io, offset, count, flags, iomapp, niomaps); in xfs_bmap()