HomeSort by: relevance | last modified time | path
    Searched defs:disk_path (Results 1 - 1 of 1) sorted by relevancy

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

Completed in 18 milliseconds