Searched refs:iomap_bmap (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/iomap/ |
| A D | fiemap.c | 98 iomap_bmap(struct address_space *mapping, sector_t bno, in iomap_bmap() function 124 EXPORT_SYMBOL_GPL(iomap_bmap);
|
| /linux/include/linux/ |
| A D | iomap.h | 322 sector_t iomap_bmap(struct address_space *mapping, sector_t bno,
|
| /linux/fs/xfs/ |
| A D | xfs_aops.c | 512 return iomap_bmap(mapping, block, &xfs_read_iomap_ops); in xfs_vm_bmap()
|
| /linux/fs/erofs/ |
| A D | data.c | 399 return iomap_bmap(mapping, block, &erofs_iomap_ops); in erofs_bmap()
|
| /linux/fs/gfs2/ |
| A D | aops.c | 571 dblock = iomap_bmap(mapping, lblock, &gfs2_iomap_ops); in gfs2_bmap()
|
| /linux/Documentation/filesystems/iomap/ |
| A D | operations.rst | 706 ``iomap_bmap`` implements FIBMAP.
|
| /linux/fs/ext4/ |
| A D | inode.c | 3155 ret = iomap_bmap(mapping, block, &ext4_iomap_ops); in ext4_bmap()
|
Completed in 27 milliseconds