Searched refs:ext3_get_blocks_handle (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/ext3/ |
D | dir.c | 121 err = ext3_get_blocks_handle(NULL, inode, blk, 1, &map_bh, 0); in ext3_readdir()
|
D | inode.c | 857 int ext3_get_blocks_handle(handle_t *handle, struct inode *inode, in ext3_get_blocks_handle() function 1040 ret = ext3_get_blocks_handle(handle, inode, iblock, in ext3_get_block() 1073 err = ext3_get_blocks_handle(handle, inode, block, 1, in ext3_getblk()
|
D | ext3.h | 1050 int ext3_get_blocks_handle(handle_t *handle, struct inode *inode,
|