Lines Matching defs:path
1658 struct ocfs2_path *path = NULL;
1675 path = ocfs2_new_path_from_et(&et);
1676 if (!path) {
1682 ret = ocfs2_find_path(ci, path, old_cpos);
1705 ret = ocfs2_journal_access_eb(handle, ci, path_leaf_bh(path),
1713 el = path_leaf_el(path);
1726 ocfs2_journal_dirty(handle, path_leaf_bh(path));
1730 ocfs2_free_path(path);
3065 struct ocfs2_path *path = NULL;
3081 path = ocfs2_new_path_from_et(et);
3082 if (!path) {
3088 ret = ocfs2_find_path(et->et_ci, path, cpos);
3094 el = path_leaf_el(path);
3104 ret = ocfs2_split_extent(handle, et, path, index,
3110 ocfs2_free_path(path);
4397 struct path old_path, new_path;