Searched refs:tmp_path (Results 1 – 3 of 3) sorted by relevance
527 struct path tmp_path, *dev_path = NULL; in aa_new_mount() local546 error = kern_path(dev_name, LOOKUP_FOLLOW, &tmp_path); in aa_new_mount()549 dev_path = &tmp_path; in aa_new_mount()
904 struct btrfs_path *tmp_path; in iterate_inode_ref() local923 tmp_path = alloc_path_for_send(); in iterate_inode_ref()924 if (!tmp_path) { in iterate_inode_ref()999 btrfs_free_path(tmp_path); in iterate_inode_ref()1325 struct btrfs_path *tmp_path; in find_extent_clone() local1330 tmp_path = alloc_path_for_send(); in find_extent_clone()1331 if (!tmp_path) in find_extent_clone()1335 tmp_path->need_commit_sem = 0; in find_extent_clone()1376 ei = btrfs_item_ptr(tmp_path->nodes[0], tmp_path->slots[0], in find_extent_clone()1389 btrfs_release_path(tmp_path); in find_extent_clone()[all …]
3149 struct ocfs2_path *tmp_path = NULL, *restart_path = NULL; in ocfs2_rotate_tree_left() local3230 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()
Completed in 28 milliseconds