| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | iomap.h | 129 struct iomap_ops { struct 159 unsigned flags, const struct iomap_ops *ops, void *data, argument 163 const struct iomap_ops *ops); 164 int iomap_readpage(struct page *page, const struct iomap_ops *ops); 165 void iomap_readahead(struct readahead_control *, const struct iomap_ops *ops); 179 const struct iomap_ops *ops); 181 bool *did_zero, const struct iomap_ops *ops); 183 const struct iomap_ops *ops); 185 const struct iomap_ops *ops); 187 u64 start, u64 len, const struct iomap_ops *ops); [all …]
|
| H A D | dax.h | 14 struct iomap_ops; 232 const struct iomap_ops *ops); 234 pfn_t *pfnp, int *errp, const struct iomap_ops *ops);
|
| /OK3568_Linux_fs/kernel/arch/parisc/lib/ |
| H A D | iomap.c | 45 struct iomap_ops { struct 132 static const struct iomap_ops ioport_ops = { 271 static const struct iomap_ops iomem_ops = { 294 static const struct iomap_ops *iomap_ops[8] = { variable 303 return iomap_ops[ADDR_TO_REGION(addr)]->read8(addr); in ioread8() 310 return iomap_ops[ADDR_TO_REGION(addr)]->read16(addr); in ioread16() 317 return iomap_ops[ADDR_TO_REGION(addr)]->read16be(addr); in ioread16be() 324 return iomap_ops[ADDR_TO_REGION(addr)]->read32(addr); in ioread32() 331 return iomap_ops[ADDR_TO_REGION(addr)]->read32be(addr); in ioread32be() 338 return iomap_ops[ADDR_TO_REGION(addr)]->read64(addr); in ioread64() [all …]
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_iomap.h | 43 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;
|
| H A D | xfs_iomap.c | 849 const struct iomap_ops xfs_direct_write_iomap_ops = { 1138 const struct iomap_ops xfs_buffered_write_iomap_ops = { 1181 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 = {
|
| /OK3568_Linux_fs/kernel/tools/testing/nvdimm/test/ |
| H A D | iomap.c | 19 static struct iomap_ops { struct 23 } iomap_ops = { argument 24 .list = LIST_HEAD_INIT(iomap_ops.list), 30 iomap_ops.nfit_test_lookup = lookup; in nfit_test_setup() 31 iomap_ops.evaluate_dsm = evaluate; in nfit_test_setup() 32 list_add_rcu(&iomap_ops.list, &iomap_head); in nfit_test_setup() 38 list_del_rcu(&iomap_ops.list); in nfit_test_teardown() 45 struct iomap_ops *ops; in __get_nfit_res() 417 struct iomap_ops *ops; in __wrap_acpi_evaluate_dsm()
|
| /OK3568_Linux_fs/kernel/fs/iomap/ |
| H A D | fiemap.c | 69 u64 start, u64 len, const struct iomap_ops *ops) in iomap_fiemap() 123 const struct iomap_ops *ops) in iomap_bmap()
|
| H A D | seek.c | 140 iomap_seek_hole(struct inode *inode, loff_t offset, const struct iomap_ops *ops) in iomap_seek_hole() 183 iomap_seek_data(struct inode *inode, loff_t offset, const struct iomap_ops *ops) in iomap_seek_data()
|
| H A D | apply.c | 25 const struct iomap_ops *ops, void *data, iomap_actor_t actor) in iomap_apply()
|
| H A D | buffered-io.c | 316 iomap_readpage(struct page *page, const struct iomap_ops *ops) in iomap_readpage() 393 void iomap_readahead(struct readahead_control *rac, const struct iomap_ops *ops) in iomap_readahead() 826 const struct iomap_ops *ops) in iomap_file_buffered_write() 887 const struct iomap_ops *ops) in iomap_file_unshare() 955 const struct iomap_ops *ops) in iomap_zero_range() 975 const struct iomap_ops *ops) in iomap_truncate_page() 1008 vm_fault_t iomap_page_mkwrite(struct vm_fault *vmf, const struct iomap_ops *ops) in iomap_page_mkwrite()
|
| H A D | swapfile.c | 143 const struct iomap_ops *ops) in iomap_swapfile_activate()
|
| H A D | direct-io.c | 428 const struct iomap_ops *ops, const struct iomap_dio_ops *dops, in __iomap_dio_rw() 606 const struct iomap_ops *ops, const struct iomap_dio_ops *dops, in iomap_dio_rw()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | file.c | 481 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()
|
| H A D | ext4.h | 3724 extern const struct iomap_ops ext4_iomap_ops; 3725 extern const struct iomap_ops ext4_iomap_overwrite_ops; 3726 extern const struct iomap_ops ext4_iomap_report_ops;
|
| H A D | inode.c | 3610 const struct iomap_ops ext4_iomap_ops = { 3615 const struct iomap_ops ext4_iomap_overwrite_ops = { 3700 const struct iomap_ops ext4_iomap_report_ops = {
|
| H A D | extents.c | 4916 static const struct iomap_ops ext4_iomap_xattr_ops = {
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | bmap.h | 46 extern const struct iomap_ops gfs2_iomap_ops;
|
| H A D | bmap.c | 1260 const struct iomap_ops gfs2_iomap_ops = {
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | dax.c | 1216 const struct iomap_ops *ops) in dax_iomap_rw() 1266 int *iomap_errp, const struct iomap_ops *ops) in dax_iomap_pte_fault() 1488 const struct iomap_ops *ops) in dax_iomap_pmd_fault() 1650 const struct iomap_ops *ops) in dax_iomap_pmd_fault() 1670 pfn_t *pfnp, int *iomap_errp, const struct iomap_ops *ops) in dax_iomap_fault()
|
| H A D | internal.h | 11 struct iomap_ops;
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | data.c | 359 static const struct iomap_ops erofs_iomap_ops = {
|
| /OK3568_Linux_fs/kernel/fs/ext2/ |
| H A D | ext2.h | 799 extern const struct iomap_ops ext2_iomap_ops;
|
| H A D | inode.c | 851 const struct iomap_ops ext2_iomap_ops = { 857 const struct iomap_ops ext2_iomap_ops;
|
| /OK3568_Linux_fs/kernel/fs/zonefs/ |
| H A D | super.c | 101 static const struct iomap_ops zonefs_read_iomap_ops = { 148 static const struct iomap_ops zonefs_write_iomap_ops = {
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | dax.c | 655 static const struct iomap_ops fuse_iomap_ops = {
|