Lines Matching refs:full_path
2741 struct fs_path *full_path; member
2749 ref->full_path = path; in set_ref_path()
2750 ref->name = (char *)kbasename(ref->full_path->start); in set_ref_path()
2751 ref->name_len = ref->full_path->end - ref->name; in set_ref_path()
2785 new->full_path = NULL; in dup_ref()
2797 fs_path_free(cur->full_path); in __free_recorded_refs()
3788 fs_path_free(ref->full_path); in update_ref_path()
3844 fs_path_reset(ref->full_path); in refresh_ref_path()
3845 ret = get_cur_path(sctx, ref->dir, ref->dir_gen, ref->full_path); in refresh_ref_path()
3849 ret = fs_path_add(ref->full_path, name, ref->name_len); in refresh_ref_path()
3854 set_ref_path(ref, ref->full_path); in refresh_ref_path()
4001 cur->full_path); in process_recorded_refs()
4067 ret = send_unlink(sctx, cur->full_path); in process_recorded_refs()
4143 ret = send_rename(sctx, valid_path, cur->full_path); in process_recorded_refs()
4147 ret = fs_path_copy(valid_path, cur->full_path); in process_recorded_refs()
4158 cur->full_path); in process_recorded_refs()
4161 cur->full_path); in process_recorded_refs()
4177 ret = send_link(sctx, cur->full_path, in process_recorded_refs()
4251 ret = send_unlink(sctx, cur->full_path); in process_recorded_refs()
6238 ret = send_unlink(sctx, ref->full_path); in btrfs_unlink_all_paths()
6241 fs_path_free(ref->full_path); in btrfs_unlink_all_paths()