Home
last modified time | relevance | path

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

/linux/fs/ext2/
H A Dinode.c625 static int ext2_get_blocks(struct inode *inode, in ext2_get_blocks()
792 ret = ext2_get_blocks(inode, iblock, max_blocks, &bno, &new, &boundary, in ext2_get_block()
836 ret = ext2_get_blocks(inode, first_block, max_blocks, in ext2_iomap_begin()
906 * ext2_get_blocks() iterates unmapped space block by block which is in ext2_fiemap()
624 static int ext2_get_blocks(struct inode *inode, ext2_get_blocks() function