Searched refs:xfs_iomap (Results 1 – 7 of 7) sorted by relevance
/fs/xfs/ |
D | xfs_iomap.h | 65 typedef struct xfs_iomap { struct 77 extern int xfs_iomap(struct xfs_inode *, xfs_off_t, ssize_t, int, argument 78 struct xfs_iomap *, int *);
|
D | xfs_vnodeops.h | 14 struct xfs_iomap; 69 int flags, struct xfs_iomap *iomapp, int *niomaps);
|
D | Makefile | 73 xfs_iomap.o \
|
D | xfs_iomap.c | 169 xfs_iomap( in xfs_iomap() function
|
/fs/xfs/linux-2.6/ |
D | xfs_lrw.h | 25 struct xfs_iomap;
|
D | xfs_vnode.h | 25 struct xfs_iomap;
|
D | xfs_aops.c | 365 return -xfs_iomap(XFS_I(inode), offset, count, flags, mapp, &nmaps); in xfs_map_blocks() 1383 error = xfs_iomap(XFS_I(inode), offset, size, in __xfs_get_blocks()
|