Lines Matching defs:path
1660 struct ocfs2_path *path = NULL;
1677 path = ocfs2_new_path_from_et(&et);
1678 if (!path) {
1684 ret = ocfs2_find_path(ci, path, old_cpos);
1707 ret = ocfs2_journal_access_eb(handle, ci, path_leaf_bh(path),
1715 el = path_leaf_el(path);
1728 ocfs2_journal_dirty(handle, path_leaf_bh(path));
1732 ocfs2_free_path(path);
3064 struct ocfs2_path *path = NULL;
3080 path = ocfs2_new_path_from_et(et);
3081 if (!path) {
3087 ret = ocfs2_find_path(et->et_ci, path, cpos);
3093 el = path_leaf_el(path);
3103 ret = ocfs2_split_extent(handle, et, path, index,
3109 ocfs2_free_path(path);
4426 struct path old_path, new_path;