Searched refs:iomap_ops (Results 1 – 25 of 28) sorted by relevance
12
/fs/xfs/ |
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;
|
D | xfs_iomap.c | 853 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/ |
D | seek.c | 34 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()
|
D | fiemap.c | 62 u64 start, u64 len, const struct iomap_ops *ops) in iomap_fiemap() 98 const struct iomap_ops *ops) in iomap_bmap()
|
D | buffered-io.c | 323 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()
|
D | iter.c | 57 int iomap_iter(struct iomap_iter *iter, const struct iomap_ops *ops) in iomap_iter()
|
D | swapfile.c | 144 const struct iomap_ops *ops) in iomap_swapfile_activate()
|
D | direct-io.c | 476 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/ |
D | file.c | 483 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()
|
D | ext4.h | 3857 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;
|
D | inode.c | 3498 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/ |
D | bmap.h | 46 extern const struct iomap_ops gfs2_iomap_ops;
|
D | bmap.c | 1172 const struct iomap_ops gfs2_iomap_ops = {
|
/fs/ |
D | dax.c | 1272 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()
|
D | internal.h | 11 struct iomap_ops;
|
/fs/hpfs/ |
D | file.c | 157 static const struct iomap_ops hpfs_iomap_ops = {
|
/fs/erofs/ |
D | internal.h | 396 extern const struct iomap_ops z_erofs_iomap_report_ops;
|
D | data.c | 266 static const struct iomap_ops erofs_iomap_ops = {
|
D | zmap.c | 737 const struct iomap_ops z_erofs_iomap_report_ops = {
|
/fs/ext2/ |
D | ext2.h | 787 extern const struct iomap_ops ext2_iomap_ops;
|
D | inode.c | 850 const struct iomap_ops ext2_iomap_ops = {
|
/fs/zonefs/ |
D | super.c | 107 static const struct iomap_ops zonefs_read_iomap_ops = { 156 static const struct iomap_ops zonefs_write_iomap_ops = {
|
/fs/fuse/ |
D | dax.c | 656 static const struct iomap_ops fuse_iomap_ops = {
|
/fs/btrfs/ |
D | ctree.h | 3266 extern const struct iomap_ops btrfs_dio_iomap_ops;
|
/fs/f2fs/ |
D | data.c | 4230 const struct iomap_ops f2fs_iomap_ops = {
|
12