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()
3776 fs_path_free(ref->full_path); in update_ref_path()
3913 cur->full_path); in process_recorded_refs()
3968 ret = send_unlink(sctx, cur->full_path); in process_recorded_refs()
4001 ret = send_rename(sctx, valid_path, cur->full_path); in process_recorded_refs()
4005 ret = fs_path_copy(valid_path, cur->full_path); in process_recorded_refs()
4016 cur->full_path); in process_recorded_refs()
4019 cur->full_path); in process_recorded_refs()
4035 ret = send_link(sctx, cur->full_path, in process_recorded_refs()
4109 ret = send_unlink(sctx, cur->full_path); in process_recorded_refs()
6078 ret = send_unlink(sctx, ref->full_path); in btrfs_unlink_all_paths()
6081 fs_path_free(ref->full_path); in btrfs_unlink_all_paths()