Searched refs:path_live (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/gpl2/lvm2/dist/lib/format_text/ |
| H A D | format-text.c | 66 char *path_live; /* Path to file holding live metadata */ member 819 return _vg_read_file_name(fid, vgname, tc->path_live); in _vg_read_file() 832 vg = _vg_read_file_name(fid, vgname, tc->path_live); in _vg_read_precommit_file() 919 log_debug("Renaming %s to %s", tc->path_edit, tc->path_live); in _vg_commit_file_backup() 920 if (rename(tc->path_edit, tc->path_live)) { in _vg_commit_file_backup() 922 tc->path_live, strerror(errno)); in _vg_commit_file_backup() 944 if ((slash = strrchr(tc->path_live, '/'))) in _vg_commit_file() 947 slash = tc->path_live; in _vg_commit_file() 950 len = slash - tc->path_live; in _vg_commit_file() 951 strncpy(new_name, tc->path_live, len); in _vg_commit_file() [all …]
|