Searched refs:ext2_get_blocks (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | inode.c | 624 static int ext2_get_blocks(struct inode *inode, in ext2_get_blocks() function 791 ret = ext2_get_blocks(inode, iblock, max_blocks, &bno, &new, &boundary, in ext2_get_block() 835 ret = ext2_get_blocks(inode, first_block, max_blocks, in ext2_iomap_begin()
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | inode.c | 620 static int ext2_get_blocks(struct inode *inode, in ext2_get_blocks() function 787 ret = ext2_get_blocks(inode, iblock, max_blocks, &bno, &new, &boundary, in ext2_get_block() 814 ret = ext2_get_blocks(inode, first_block, max_blocks, in ext2_iomap_begin()
|
Completed in 5 milliseconds