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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dinode.c326 * ext3_get_branch - read the chain of indirect blocks leading to data
354 static Indirect *ext3_get_branch(struct inode *inode, int depth, int *offsets, function
580 * the same format as ext3_get_branch() would do. We are calling it after
812 partial = ext3_get_branch(inode, depth, offsets, chain, &err);
854 * the chain(ext3_get_branch() returns -EAGAIN err), or
869 partial = ext3_get_branch(inode, depth, offsets, chain, &err);
1858 partial = ext3_get_branch(inode, k, offsets, chain, &err);

Completed in 39 milliseconds