Lines Matching refs:full_path
2716 struct fs_path *full_path; member
2739 ref->full_path = path; in __record_ref()
2741 ref->name = (char *)kbasename(ref->full_path->start); in __record_ref()
2742 ref->name_len = ref->full_path->end - ref->name; in __record_ref()
2743 ref->dir_path = ref->full_path->start; in __record_ref()
2744 if (ref->name == ref->full_path->start) in __record_ref()
2747 ref->dir_path_len = ref->full_path->end - in __record_ref()
2748 ref->full_path->start - 1 - ref->name_len; in __record_ref()
2764 new->full_path = NULL; in dup_ref()
2776 fs_path_free(cur->full_path); in __free_recorded_refs()
3647 cur->full_path); in process_recorded_refs()
3666 ret = send_unlink(sctx, cur->full_path); in process_recorded_refs()
3699 ret = send_rename(sctx, valid_path, cur->full_path); in process_recorded_refs()
3703 ret = fs_path_copy(valid_path, cur->full_path); in process_recorded_refs()
3714 cur->full_path); in process_recorded_refs()
3717 cur->full_path); in process_recorded_refs()
3721 ret = send_link(sctx, cur->full_path, in process_recorded_refs()
3783 ret = send_unlink(sctx, cur->full_path); in process_recorded_refs()