Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext2/
Dballoc.c1231 ext2_fsblk_t ext2_new_blocks(struct inode *inode, ext2_fsblk_t goal, in ext2_new_blocks() function
1455 return ext2_new_blocks(inode, goal, &count, errp); in ext2_new_block()
Dext2.h732 extern ext2_fsblk_t ext2_new_blocks(struct inode *, unsigned long,
Dinode.c421 current_block = ext2_new_blocks(inode,goal,&count,err); in ext2_alloc_blocks()