Lines Matching refs:full_path
2686 struct fs_path *full_path; member
2709 ref->full_path = path; in __record_ref()
2711 ref->name = (char *)kbasename(ref->full_path->start); in __record_ref()
2712 ref->name_len = ref->full_path->end - ref->name; in __record_ref()
2713 ref->dir_path = ref->full_path->start; in __record_ref()
2714 if (ref->name == ref->full_path->start) in __record_ref()
2717 ref->dir_path_len = ref->full_path->end - in __record_ref()
2718 ref->full_path->start - 1 - ref->name_len; in __record_ref()
2734 new->full_path = NULL; in dup_ref()
2746 fs_path_free(cur->full_path); in __free_recorded_refs()
3571 cur->full_path); in process_recorded_refs()
3590 ret = send_unlink(sctx, cur->full_path); in process_recorded_refs()
3612 ret = send_rename(sctx, valid_path, cur->full_path); in process_recorded_refs()
3616 ret = fs_path_copy(valid_path, cur->full_path); in process_recorded_refs()
3633 cur->full_path); in process_recorded_refs()
3636 cur->full_path); in process_recorded_refs()
3641 ret = send_link(sctx, cur->full_path, in process_recorded_refs()
3703 ret = send_unlink(sctx, cur->full_path); in process_recorded_refs()