Searched refs:ext2_new_blocks (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/ext2/ |
D | balloc.c | 1231 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()
|
D | ext2.h | 732 extern ext2_fsblk_t ext2_new_blocks(struct inode *, unsigned long,
|
D | inode.c | 421 current_block = ext2_new_blocks(inode,goal,&count,err); in ext2_alloc_blocks()
|