Searched refs:map_blocks (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/ |
| A D | exportfs.h | 236 int (*map_blocks)(struct inode *inode, loff_t offset, member
|
| A D | iomap.h | 356 int (*map_blocks)(struct iomap_writepage_ctx *wpc, struct inode *inode, member
|
| /linux/fs/xfs/ |
| A D | xfs_export.c | 248 .map_blocks = xfs_fs_map_blocks,
|
| A D | xfs_aops.c | 464 .map_blocks = xfs_map_blocks,
|
| /linux/fs/nfsd/ |
| A D | blocklayout.c | 47 error = sb->s_export_op->map_blocks(inode, seg->offset, seg->length, in nfsd4_block_proc_layoutget()
|
| 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/Documentation/filesystems/iomap/ |
| A D | operations.rst | 272 ``->map_blocks`` machinery described below even if the writeback fails. 284 int (*map_blocks)(struct iomap_writepage_ctx *wpc, struct inode *inode, 292 - ``map_blocks``: Sets ``wpc->iomap`` to the space mapping of the file 318 - ``discard_folio``: iomap calls this function after ``->map_blocks``
|
| /linux/fs/zonefs/ |
| A D | file.c | 149 .map_blocks = zonefs_write_map_blocks,
|
| /linux/block/ |
| A D | fops.c | 510 .map_blocks = blkdev_map_blocks,
|
| /linux/fs/iomap/ |
| A D | buffered-io.c | 1801 error = wpc->ops->map_blocks(wpc, inode, pos, dirty_len); in iomap_writepage_map_blocks()
|
| /linux/fs/gfs2/ |
| A D | bmap.c | 2486 .map_blocks = gfs2_map_blocks,
|
Completed in 27 milliseconds