Searched refs:ocfs2_find_path (Results 1 - 1 of 1) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dalloc.c1136 static int ocfs2_find_path(struct inode *inode, struct ocfs2_path *path, function
1164 * and calling ocfs2_find_path().
1645 ret = ocfs2_find_path(inode, left_path, cpos);
1871 ret = ocfs2_find_path(inode, left_path, left_cpos);
2053 ret = ocfs2_find_path(inode, right_path, cpos);
2229 * currently accounts for, ocfs2_find_path() will return for
2233 ret = ocfs2_find_path(inode, path, le32_to_cpu(insert_rec->e_cpos));
2272 * Ok, ocfs2_find_path() returned us the rightmost
3634 status = ocfs2_find_path(inode, path, UINT_MAX);

Completed in 91 milliseconds