Lines Matching refs:full_path
2748 struct fs_path *full_path; member
2756 ref->full_path = path; in set_ref_path()
2757 ref->name = (char *)kbasename(ref->full_path->start); in set_ref_path()
2758 ref->name_len = ref->full_path->end - ref->name; in set_ref_path()
2792 new->full_path = NULL; in dup_ref()
2804 fs_path_free(cur->full_path); in __free_recorded_refs()
3778 fs_path_free(ref->full_path); in update_ref_path()
3915 cur->full_path); in process_recorded_refs()
3970 ret = send_unlink(sctx, cur->full_path); in process_recorded_refs()
4003 ret = send_rename(sctx, valid_path, cur->full_path); in process_recorded_refs()
4007 ret = fs_path_copy(valid_path, cur->full_path); in process_recorded_refs()
4018 cur->full_path); in process_recorded_refs()
4021 cur->full_path); in process_recorded_refs()
4037 ret = send_link(sctx, cur->full_path, in process_recorded_refs()
4111 ret = send_unlink(sctx, cur->full_path); in process_recorded_refs()
6002 ret = send_unlink(sctx, ref->full_path); in btrfs_unlink_all_paths()
6005 fs_path_free(ref->full_path); in btrfs_unlink_all_paths()