Home
last modified time | relevance | path

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

/fs/ext3/
Dballoc.c1486 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()
Dext3.h995 extern ext3_fsblk_t ext3_new_blocks (handle_t *handle, struct inode *inode,
Dinode.c598 current_block = ext3_new_blocks(handle,inode,goal,&count,err); in ext3_alloc_blocks()