Home
last modified time | relevance | path

Searched refs:xfs_iomap_write_unwritten (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_iocore.c93 .xfs_iomap_write_unwritten =
94 (xfs_iomap_write_unwritten_t) xfs_iomap_write_unwritten,
Dxfs_iomap.h105 extern int xfs_iomap_write_unwritten(struct xfs_inode *, loff_t, size_t);
Dxfs_mount.h237 xfs_iomap_write_unwritten_t xfs_iomap_write_unwritten; member
265 (*(mp)->m_io_ops.xfs_iomap_write_unwritten) \
Dxfs_iomap.c900 xfs_iomap_write_unwritten( in xfs_iomap_write_unwritten() function