Home
last modified time | relevance | path

Searched refs:tmp_path (Results 1 – 2 of 2) sorted by relevance

/fs/btrfs/
Dsend.c902 struct btrfs_path *tmp_path; in iterate_inode_ref() local
921 tmp_path = alloc_path_for_send(); in iterate_inode_ref()
922 if (!tmp_path) { in iterate_inode_ref()
958 start = btrfs_ref_to_path(root, tmp_path, name_len, in iterate_inode_ref()
971 start = btrfs_ref_to_path(root, tmp_path, in iterate_inode_ref()
997 btrfs_free_path(tmp_path); in iterate_inode_ref()
1323 struct btrfs_path *tmp_path; in find_extent_clone() local
1328 tmp_path = alloc_path_for_send(); in find_extent_clone()
1329 if (!tmp_path) in find_extent_clone()
1333 tmp_path->need_commit_sem = 0; in find_extent_clone()
[all …]
/fs/ocfs2/
Dalloc.c3149 struct ocfs2_path *tmp_path = NULL, *restart_path = NULL; in ocfs2_rotate_tree_left() local
3230 tmp_path = restart_path; in ocfs2_rotate_tree_left()
3234 tmp_path, dealloc, in ocfs2_rotate_tree_left()
3241 ocfs2_free_path(tmp_path); in ocfs2_rotate_tree_left()
3242 tmp_path = NULL; in ocfs2_rotate_tree_left()
3249 ocfs2_free_path(tmp_path); in ocfs2_rotate_tree_left()