Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ext2/
Dballoc.c1230 ext2_fsblk_t ext2_new_blocks(struct inode *inode, ext2_fsblk_t goal, in ext2_new_blocks() function
1454 return ext2_new_blocks(inode, goal, &count, errp); in ext2_new_block()
Dext2.h723 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()