Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext2/
Dballoc.c1207 ext2_fsblk_t ext2_new_blocks(struct inode *inode, ext2_fsblk_t goal, in ext2_new_blocks() function
1439 return ext2_new_blocks(inode, goal, &count, errp); in ext2_new_block()
Dext2.h722 extern ext2_fsblk_t ext2_new_blocks(struct inode *, unsigned long,
Dinode.c418 current_block = ext2_new_blocks(inode,goal,&count,err); in ext2_alloc_blocks()