Home
last modified time | relevance | path

Searched refs:iomap_ops (Results 1 – 25 of 28) sorted by relevance

12

/fs/xfs/
Dxfs_iomap.h43 extern const struct iomap_ops xfs_buffered_write_iomap_ops;
44 extern const struct iomap_ops xfs_direct_write_iomap_ops;
45 extern const struct iomap_ops xfs_read_iomap_ops;
46 extern const struct iomap_ops xfs_seek_iomap_ops;
47 extern const struct iomap_ops xfs_xattr_iomap_ops;
Dxfs_iomap.c853 const struct iomap_ops xfs_direct_write_iomap_ops = {
1140 const struct iomap_ops xfs_buffered_write_iomap_ops = {
1183 const struct iomap_ops xfs_read_iomap_ops = {
1267 const struct iomap_ops xfs_seek_iomap_ops = {
1311 const struct iomap_ops xfs_xattr_iomap_ops = {
/fs/iomap/
Dseek.c34 iomap_seek_hole(struct inode *inode, loff_t pos, const struct iomap_ops *ops) in iomap_seek_hole()
80 iomap_seek_data(struct inode *inode, loff_t pos, const struct iomap_ops *ops) in iomap_seek_data()
Dfiemap.c62 u64 start, u64 len, const struct iomap_ops *ops) in iomap_fiemap()
98 const struct iomap_ops *ops) in iomap_bmap()
Dbuffered-io.c323 iomap_readpage(struct page *page, const struct iomap_ops *ops) in iomap_readpage()
400 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops) in iomap_readahead()
804 const struct iomap_ops *ops) in iomap_file_buffered_write()
865 const struct iomap_ops *ops) in iomap_file_unshare()
932 const struct iomap_ops *ops) in iomap_zero_range()
950 const struct iomap_ops *ops) in iomap_truncate_page()
982 vm_fault_t iomap_page_mkwrite(struct vm_fault *vmf, const struct iomap_ops *ops) in iomap_page_mkwrite()
Diter.c57 int iomap_iter(struct iomap_iter *iter, const struct iomap_ops *ops) in iomap_iter()
Dswapfile.c144 const struct iomap_ops *ops) in iomap_swapfile_activate()
Ddirect-io.c476 const struct iomap_ops *ops, const struct iomap_dio_ops *dops, in __iomap_dio_rw()
673 const struct iomap_ops *ops, const struct iomap_dio_ops *dops, in iomap_dio_rw()
/fs/ext4/
Dfile.c483 const struct iomap_ops *iomap_ops = &ext4_iomap_ops; in ext4_dio_write_iter() local
576 iomap_ops = &ext4_iomap_overwrite_ops; in ext4_dio_write_iter()
577 ret = iomap_dio_rw(iocb, from, iomap_ops, &ext4_dio_write_ops, in ext4_dio_write_iter()
Dext4.h3857 extern const struct iomap_ops ext4_iomap_ops;
3858 extern const struct iomap_ops ext4_iomap_overwrite_ops;
3859 extern const struct iomap_ops ext4_iomap_report_ops;
Dinode.c3498 const struct iomap_ops ext4_iomap_ops = {
3503 const struct iomap_ops ext4_iomap_overwrite_ops = {
3588 const struct iomap_ops ext4_iomap_report_ops = {
/fs/gfs2/
Dbmap.h46 extern const struct iomap_ops gfs2_iomap_ops;
Dbmap.c1172 const struct iomap_ops gfs2_iomap_ops = {
/fs/
Ddax.c1272 const struct iomap_ops *ops) in dax_iomap_rw()
1429 int *iomap_errp, const struct iomap_ops *ops) in dax_iomap_pte_fault()
1539 const struct iomap_ops *ops) in dax_iomap_pmd_fault()
1620 const struct iomap_ops *ops) in dax_iomap_pmd_fault()
1640 pfn_t *pfnp, int *iomap_errp, const struct iomap_ops *ops) in dax_iomap_fault()
Dinternal.h11 struct iomap_ops;
/fs/hpfs/
Dfile.c157 static const struct iomap_ops hpfs_iomap_ops = {
/fs/erofs/
Dinternal.h396 extern const struct iomap_ops z_erofs_iomap_report_ops;
Ddata.c266 static const struct iomap_ops erofs_iomap_ops = {
Dzmap.c737 const struct iomap_ops z_erofs_iomap_report_ops = {
/fs/ext2/
Dext2.h787 extern const struct iomap_ops ext2_iomap_ops;
Dinode.c850 const struct iomap_ops ext2_iomap_ops = {
/fs/zonefs/
Dsuper.c107 static const struct iomap_ops zonefs_read_iomap_ops = {
156 static const struct iomap_ops zonefs_write_iomap_ops = {
/fs/fuse/
Ddax.c656 static const struct iomap_ops fuse_iomap_ops = {
/fs/btrfs/
Dctree.h3266 extern const struct iomap_ops btrfs_dio_iomap_ops;
/fs/f2fs/
Ddata.c4230 const struct iomap_ops f2fs_iomap_ops = {

12