Searched refs:map_blocks (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/fs/xfs/ |
| H A D | xfs_export.c | 248 .map_blocks = xfs_fs_map_blocks,
|
| H A D | xfs_aops.c | 511 .map_blocks = xfs_map_blocks, 606 .map_blocks = xfs_zoned_map_blocks,
|
| /linux-6.15/include/linux/ |
| H A D | exportfs.h | 267 int (*map_blocks)(struct inode *inode, loff_t offset, member
|
| H A D | iomap.h | 426 int (*map_blocks)(struct iomap_writepage_ctx *wpc, struct inode *inode, member
|
| /linux-6.15/fs/nfsd/ |
| H A D | blocklayout.c | 47 error = sb->s_export_op->map_blocks(inode, seg->offset, seg->length, in nfsd4_block_proc_layoutget()
|
| H A D | nfs4layouts.c | 141 sb->s_export_op->map_blocks && in nfsd4_setup_layout_type() 146 if (sb->s_export_op->map_blocks && in nfsd4_setup_layout_type()
|
| /linux-6.15/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 274 ``->map_blocks`` machinery described below even if the writeback fails. 286 int (*map_blocks)(struct iomap_writepage_ctx *wpc, struct inode *inode, 294 - ``map_blocks``: Sets ``wpc->iomap`` to the space mapping of the file 319 - ``discard_folio``: iomap calls this function after ``->map_blocks``
|
| /linux-6.15/fs/zonefs/ |
| H A D | file.c | 149 .map_blocks = zonefs_write_map_blocks,
|
| /linux-6.15/block/ |
| H A D | fops.c | 531 .map_blocks = blkdev_map_blocks,
|
| /linux-6.15/fs/iomap/ |
| H A D | buffered-io.c | 1755 error = wpc->ops->map_blocks(wpc, inode, pos, dirty_len); in iomap_writepage_map_blocks()
|
| /linux-6.15/fs/gfs2/ |
| H A D | bmap.c | 2487 .map_blocks = gfs2_map_blocks,
|