Searched refs:iomap_bmap (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/iomap/ |
H A D | fiemap.c | 98 iomap_bmap(struct address_space *mapping, sector_t bno, in iomap_bmap() function 124 EXPORT_SYMBOL_GPL(iomap_bmap);
|
/openbmc/linux/include/linux/ |
H A D | iomap.h | 305 sector_t iomap_bmap(struct address_space *mapping, sector_t bno,
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_aops.c | 515 return iomap_bmap(mapping, block, &xfs_read_iomap_ops); in xfs_vm_bmap()
|
/openbmc/linux/fs/erofs/ |
H A D | data.c | 371 return iomap_bmap(mapping, block, &erofs_iomap_ops); in erofs_bmap()
|
/openbmc/linux/fs/gfs2/ |
H A D | aops.c | 606 dblock = iomap_bmap(mapping, lblock, &gfs2_iomap_ops); in gfs2_bmap()
|
/openbmc/linux/fs/ext4/ |
H A D | inode.c | 3150 ret = iomap_bmap(mapping, block, &ext4_iomap_ops); in ext4_bmap()
|