Searched refs:ext2_get_branch (Results 1 – 1 of 1) sorted by relevance
/linux/fs/ext2/ |
H A D | inode.c | 206 * ext2_get_branch - read the chain of indirect blocks leading to data 234 static Indirect *ext2_get_branch(struct inode *inode, in ext2_get_branch() function 465 * the same format as ext2_get_branch() would do. We are calling it after 648 partial = ext2_get_branch(inode, depth, offsets, chain, &err); in ext2_get_blocks() 686 * the chain(ext2_get_branch() returns -EAGAIN err), or in ext2_get_blocks() 701 partial = ext2_get_branch(inode, depth, offsets, chain, &err); in ext2_get_blocks() 1049 partial = ext2_get_branch(inode, k, offsets, chain, &err); in ext2_find_shared()
|