tmp_path 897 fs/btrfs/send.c struct btrfs_path *tmp_path; tmp_path 916 fs/btrfs/send.c tmp_path = alloc_path_for_send(); tmp_path 917 fs/btrfs/send.c if (!tmp_path) { tmp_path 953 fs/btrfs/send.c start = btrfs_ref_to_path(root, tmp_path, name_len, tmp_path 966 fs/btrfs/send.c start = btrfs_ref_to_path(root, tmp_path, tmp_path 992 fs/btrfs/send.c btrfs_free_path(tmp_path); tmp_path 1312 fs/btrfs/send.c struct btrfs_path *tmp_path; tmp_path 1317 fs/btrfs/send.c tmp_path = alloc_path_for_send(); tmp_path 1318 fs/btrfs/send.c if (!tmp_path) tmp_path 1322 fs/btrfs/send.c tmp_path->need_commit_sem = 0; tmp_path 1358 fs/btrfs/send.c ret = extent_from_logical(fs_info, disk_byte, tmp_path, tmp_path 1369 fs/btrfs/send.c ei = btrfs_item_ptr(tmp_path->nodes[0], tmp_path->slots[0], tmp_path 1378 fs/btrfs/send.c if (btrfs_extent_refs(tmp_path->nodes[0], ei) > SEND_MAX_EXTENT_REFS) { tmp_path 1382 fs/btrfs/send.c btrfs_release_path(tmp_path); tmp_path 1472 fs/btrfs/send.c btrfs_free_path(tmp_path); tmp_path 3152 fs/ocfs2/alloc.c struct ocfs2_path *tmp_path = NULL, *restart_path = NULL; tmp_path 3233 fs/ocfs2/alloc.c tmp_path = restart_path; tmp_path 3237 fs/ocfs2/alloc.c tmp_path, dealloc, tmp_path 3244 fs/ocfs2/alloc.c ocfs2_free_path(tmp_path); tmp_path 3245 fs/ocfs2/alloc.c tmp_path = NULL; tmp_path 3252 fs/ocfs2/alloc.c ocfs2_free_path(tmp_path); tmp_path 510 security/apparmor/mount.c struct path tmp_path, *dev_path = NULL; tmp_path 529 security/apparmor/mount.c error = kern_path(dev_name, LOOKUP_FOLLOW, &tmp_path); tmp_path 532 security/apparmor/mount.c dev_path = &tmp_path;