Searched refs:valid_path (Results 1 – 1 of 1) sorted by relevance
3530 struct fs_path *valid_path = NULL; in process_recorded_refs() local3547 valid_path = fs_path_alloc(); in process_recorded_refs()3548 if (!valid_path) { in process_recorded_refs()3574 sctx->cur_inode_gen, valid_path); in process_recorded_refs()3580 valid_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()3713 ret = send_rename(sctx, valid_path, in process_recorded_refs()3716 ret = fs_path_copy(valid_path, in process_recorded_refs()3722 valid_path); in process_recorded_refs()[all …]