Searched refs:iomap_bmap (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/iomap/ |
| H A D | fiemap.c | 94 iomap_bmap(struct address_space *mapping, sector_t bno, in iomap_bmap() function 120 EXPORT_SYMBOL_GPL(iomap_bmap);
|
| /linux/fs/xfs/ |
| H A D | xfs_aops.c | 580 return iomap_bmap(mapping, block, &xfs_read_iomap_ops); in xfs_vm_bmap()
|
| /linux/include/linux/ |
| H A D | iomap.h | 472 sector_t iomap_bmap(struct address_space *mapping, sector_t bno,
|
| /linux/fs/ntfs3/ |
| H A D | inode.c | 784 return iomap_bmap(mapping, block, &ntfs_iomap_ops); in ntfs_bmap()
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 778 ``iomap_bmap`` implements FIBMAP.
|
| /linux/fs/ext4/ |
| H A D | inode.c | 3383 ret = iomap_bmap(mapping, block, &ext4_iomap_ops); in ext4_bmap()
|