Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_iomap.h28 extern int xfs_iomap_write_allocate(struct xfs_inode *, xfs_off_t, size_t,
Dxfs_iomap.c484 xfs_iomap_write_allocate( in xfs_iomap_write_allocate() function
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_aops.c348 error = xfs_iomap_write_allocate(ip, offset, count, imap); in xfs_map_blocks()