Home
last modified time | relevance | path

Searched refs:map_blocks (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_export.c248 .map_blocks = xfs_fs_map_blocks,
H A Dxfs_aops.c511 .map_blocks = xfs_map_blocks,
606 .map_blocks = xfs_zoned_map_blocks,
/linux-6.15/include/linux/
H A Dexportfs.h267 int (*map_blocks)(struct inode *inode, loff_t offset, member
H A Diomap.h426 int (*map_blocks)(struct iomap_writepage_ctx *wpc, struct inode *inode, member
/linux-6.15/fs/nfsd/
H A Dblocklayout.c47 error = sb->s_export_op->map_blocks(inode, seg->offset, seg->length, in nfsd4_block_proc_layoutget()
H A Dnfs4layouts.c141 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 Doperations.rst274 ``->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 Dfile.c149 .map_blocks = zonefs_write_map_blocks,
/linux-6.15/block/
H A Dfops.c531 .map_blocks = blkdev_map_blocks,
/linux-6.15/fs/iomap/
H A Dbuffered-io.c1755 error = wpc->ops->map_blocks(wpc, inode, pos, dirty_len); in iomap_writepage_map_blocks()
/linux-6.15/fs/gfs2/
H A Dbmap.c2487 .map_blocks = gfs2_map_blocks,