Searched refs:ext2_get_branch (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ext2/
H A Dinode.c206 * ext2_get_branch - read the chain of indirect blocks leading to data
234 static Indirect *ext2_get_branch(struct inode *inode, 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);
686 * the chain(ext2_get_branch() returns -EAGAIN err), or
701 partial = ext2_get_branch(inode, depth, offsets, chain, &err);
1040 partial = ext2_get_branch(inode, k, offsets, chain, &err);

Completed in 105 milliseconds