Searched refs:iomap_bmap (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/fs/iomap/ |
| D | fiemap.c | 98 iomap_bmap(struct address_space *mapping, sector_t bno, in iomap_bmap() function 124 EXPORT_SYMBOL_GPL(iomap_bmap);
|
| /Linux-v6.1/include/linux/ |
| D | iomap.h | 248 sector_t iomap_bmap(struct address_space *mapping, sector_t bno,
|
| /Linux-v6.1/fs/xfs/ |
| D | xfs_aops.c | 535 return iomap_bmap(mapping, block, &xfs_read_iomap_ops); in xfs_vm_bmap()
|
| /Linux-v6.1/fs/erofs/ |
| D | data.c | 366 return iomap_bmap(mapping, block, &erofs_iomap_ops); in erofs_bmap()
|
| /Linux-v6.1/fs/gfs2/ |
| D | aops.c | 605 dblock = iomap_bmap(mapping, lblock, &gfs2_iomap_ops); in gfs2_bmap()
|
| /Linux-v6.1/fs/ext4/ |
| D | inode.c | 3211 ret = iomap_bmap(mapping, block, &ext4_iomap_ops); in ext4_bmap()
|