Home
last modified time | relevance | path

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

/fs/btrfs/
Dsend.c897 struct btrfs_path *tmp_path; in iterate_inode_ref() local
916 tmp_path = alloc_path_for_send(); in iterate_inode_ref()
917 if (!tmp_path) { in iterate_inode_ref()
953 start = btrfs_ref_to_path(root, tmp_path, name_len, in iterate_inode_ref()
966 start = btrfs_ref_to_path(root, tmp_path, in iterate_inode_ref()
992 btrfs_free_path(tmp_path); in iterate_inode_ref()
1312 struct btrfs_path *tmp_path; in find_extent_clone() local
1317 tmp_path = alloc_path_for_send(); in find_extent_clone()
1318 if (!tmp_path) in find_extent_clone()
1322 tmp_path->need_commit_sem = 0; in find_extent_clone()
[all …]
/fs/ocfs2/
Dalloc.c3152 struct ocfs2_path *tmp_path = NULL, *restart_path = NULL; in ocfs2_rotate_tree_left() local
3233 tmp_path = restart_path; in ocfs2_rotate_tree_left()
3237 tmp_path, dealloc, in ocfs2_rotate_tree_left()
3244 ocfs2_free_path(tmp_path); in ocfs2_rotate_tree_left()
3245 tmp_path = NULL; in ocfs2_rotate_tree_left()
3252 ocfs2_free_path(tmp_path); in ocfs2_rotate_tree_left()