Home
last modified time | relevance | path

Searched refs:inode_bmap (Results 1 – 4 of 4) sorted by relevance

/linux/fs/udf/
H A Dudfdecl.h161 extern int inode_bmap(struct inode *inode, sector_t block,
H A Dtruncate.c217 ret = inode_bmap(inode, first_block, &epos, &eloc, &elen, &offset, &etype); in udf_truncate_extents()
H A Dpartition.c288 err = inode_bmap(inode, block, &epos, &eloc, &elen, &ext_offset, &etype); in udf_try_read_meta()
H A Dinode.c367 ret = inode_bmap(inode, map->lblk, &epos, &eloc, &elen, &offset, in udf_map_block()
686 err = inode_bmap(inode, first_block, &epos, &eloc, &elen, &offset, &etype); in udf_extend_file()
2461 int inode_bmap(struct inode *inode, sector_t block, struct extent_position *pos, in inode_bmap() function