Searched refs:iomap_bmap (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/fs/iomap/ |
| D | fiemap.c | 97 iomap_bmap(struct address_space *mapping, sector_t bno, in iomap_bmap() function 123 EXPORT_SYMBOL_GPL(iomap_bmap);
|
| /Linux-v5.15/include/linux/ |
| D | iomap.h | 250 sector_t iomap_bmap(struct address_space *mapping, sector_t bno,
|
| /Linux-v5.15/fs/erofs/ |
| D | data.c | 254 return iomap_bmap(mapping, block, &erofs_iomap_ops); in erofs_bmap()
|
| /Linux-v5.15/fs/xfs/ |
| D | xfs_aops.c | 514 return iomap_bmap(mapping, block, &xfs_read_iomap_ops); in xfs_vm_bmap()
|
| /Linux-v5.15/fs/gfs2/ |
| D | aops.c | 643 dblock = iomap_bmap(mapping, lblock, &gfs2_iomap_ops); in gfs2_bmap()
|
| /Linux-v5.15/fs/ext4/ |
| D | inode.c | 3175 return iomap_bmap(mapping, block, &ext4_iomap_ops); in ext4_bmap()
|