Searched refs:tmp_path (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
H A D | send.c | 858 struct btrfs_path *tmp_path; iterate_inode_ref() local 877 tmp_path = alloc_path_for_send(); iterate_inode_ref() 878 if (!tmp_path) { iterate_inode_ref() 914 start = btrfs_ref_to_path(root, tmp_path, name_len, iterate_inode_ref() 927 start = btrfs_ref_to_path(root, tmp_path, iterate_inode_ref() 953 btrfs_free_path(tmp_path); iterate_inode_ref() 1291 struct btrfs_path *tmp_path; find_extent_clone() local 1295 tmp_path = alloc_path_for_send(); find_extent_clone() 1296 if (!tmp_path) find_extent_clone() 1300 tmp_path->need_commit_sem = 0; find_extent_clone() 1308 backref_ctx->path = tmp_path; find_extent_clone() 1338 ret = extent_from_logical(sctx->send_root->fs_info, disk_byte, tmp_path, find_extent_clone() 1341 btrfs_release_path(tmp_path); find_extent_clone() 1437 btrfs_free_path(tmp_path); find_extent_clone()
|
/linux-4.1.27/fs/ocfs2/ |
H A D | alloc.c | 3155 struct ocfs2_path *tmp_path = NULL, *restart_path = NULL; ocfs2_rotate_tree_left() local 3237 tmp_path = restart_path; ocfs2_rotate_tree_left() 3241 tmp_path, dealloc, ocfs2_rotate_tree_left() 3248 ocfs2_free_path(tmp_path); ocfs2_rotate_tree_left() 3249 tmp_path = NULL; ocfs2_rotate_tree_left() 3256 ocfs2_free_path(tmp_path); ocfs2_rotate_tree_left()
|
Completed in 144 milliseconds