Searched refs:gfs2_iomap_ops (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/gfs2/ |
| H A D | bmap.h | 46 extern const struct iomap_ops gfs2_iomap_ops;
|
| H A D | file.c | 847 ret = iomap_dio_rw(iocb, to, &gfs2_iomap_ops, NULL, in gfs2_file_direct_read() 913 ret = iomap_dio_rw(iocb, from, &gfs2_iomap_ops, NULL, in gfs2_file_direct_write() 1065 ret = iomap_file_buffered_write(iocb, from, &gfs2_iomap_ops, in gfs2_file_buffered_write()
|
| H A D | bmap.c | 1206 const struct iomap_ops gfs2_iomap_ops = { variable 1323 return iomap_zero_range(inode, from, length, NULL, &gfs2_iomap_ops, in gfs2_block_zero_range()
|