Home
last modified time | relevance | path

Searched refs:path_edit (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/
H A Dformat-text.c67 char *path_edit; /* Path to file holding edited metadata */ member
829 if ((vg = _vg_read_file_name(fid, vgname, tc->path_edit))) in _vg_read_precommit_file()
847 slash = strrchr(tc->path_edit, '/'); in _vg_write_file()
851 else if (slash - tc->path_edit < PATH_MAX) { in _vg_write_file()
852 strncpy(temp_dir, tc->path_edit, in _vg_write_file()
853 (size_t) (slash - tc->path_edit)); in _vg_write_file()
854 temp_dir[slash - tc->path_edit] = '\0'; in _vg_write_file()
884 log_sys_error("fsync", tc->path_edit); in _vg_write_file()
886 log_sys_error("fclose", tc->path_edit); in _vg_write_file()
890 if (lvm_fclose(fp, tc->path_edit)) in _vg_write_file()
[all …]