Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dfunctions.c383 char disk_path[128]; in _clog_ctr() local
399 r = find_disk_path(argv[0], disk_path, &unlink_path); in _clog_ctr()
404 LOG_DBG("Clustered log disk is %s", disk_path); in _clog_ctr()
494 r = open(disk_path, O_RDWR | O_DIRECT); in _clog_ctr()
497 disk_path, strerror(errno)); in _clog_ctr()
502 unlink(disk_path); in _clog_ctr()