Searched refs:ext3_new_blocks (Results 1 – 3 of 3) sorted by relevance
/fs/ext3/ |
D | balloc.c | 1486 ext3_fsblk_t ext3_new_blocks(handle_t *handle, struct inode *inode, in ext3_new_blocks() function 1771 return ext3_new_blocks(handle, inode, goal, &count, errp); in ext3_new_block()
|
D | ext3.h | 995 extern ext3_fsblk_t ext3_new_blocks (handle_t *handle, struct inode *inode,
|
D | inode.c | 598 current_block = ext3_new_blocks(handle,inode,goal,&count,err); in ext3_alloc_blocks()
|