Lines Matching refs:full_path
2746 struct fs_path *full_path; member
2754 ref->full_path = path; in set_ref_path()
2755 ref->name = (char *)kbasename(ref->full_path->start); in set_ref_path()
2756 ref->name_len = ref->full_path->end - ref->name; in set_ref_path()
2790 new->full_path = NULL; in dup_ref()
2802 fs_path_free(cur->full_path); in __free_recorded_refs()
3793 fs_path_free(ref->full_path); in update_ref_path()
3849 fs_path_reset(ref->full_path); in refresh_ref_path()
3850 ret = get_cur_path(sctx, ref->dir, ref->dir_gen, ref->full_path); in refresh_ref_path()
3854 ret = fs_path_add(ref->full_path, name, ref->name_len); in refresh_ref_path()
3859 set_ref_path(ref, ref->full_path); in refresh_ref_path()
4006 cur->full_path); in process_recorded_refs()
4072 ret = send_unlink(sctx, cur->full_path); in process_recorded_refs()
4148 ret = send_rename(sctx, valid_path, cur->full_path); in process_recorded_refs()
4152 ret = fs_path_copy(valid_path, cur->full_path); in process_recorded_refs()
4163 cur->full_path); in process_recorded_refs()
4166 cur->full_path); in process_recorded_refs()
4182 ret = send_link(sctx, cur->full_path, in process_recorded_refs()
4256 ret = send_unlink(sctx, cur->full_path); in process_recorded_refs()
6243 ret = send_unlink(sctx, ref->full_path); in btrfs_unlink_all_paths()
6246 fs_path_free(ref->full_path); in btrfs_unlink_all_paths()