Home
last modified time | relevance | path

Searched refs:iomap_bmap (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/iomap/
H A Dfiemap.c98 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 Diomap.h286 sector_t iomap_bmap(struct address_space *mapping, sector_t bno,
/openbmc/linux/fs/xfs/
H A Dxfs_aops.c541 return iomap_bmap(mapping, block, &xfs_read_iomap_ops); in xfs_vm_bmap()
/openbmc/linux/fs/erofs/
H A Ddata.c371 return iomap_bmap(mapping, block, &erofs_iomap_ops); in erofs_bmap()
/openbmc/linux/fs/gfs2/
H A Daops.c606 dblock = iomap_bmap(mapping, lblock, &gfs2_iomap_ops); in gfs2_bmap()
/openbmc/linux/fs/ext4/
H A Dinode.c3142 ret = iomap_bmap(mapping, block, &ext4_iomap_ops); in ext4_bmap()