Home
last modified time | relevance | path

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

/dragonfly/contrib/lvm2/dist/daemons/cmirrord/
HDfunctions.c299 static int find_disk_path(char *major_minor_str, char *path_rtn, int *unlink_path) in find_disk_path() argument
358 *unlink_path = 1; in find_disk_path()
378 int unlink_path = 0; in _clog_ctr() local
393 r = find_disk_path(argv[0], disk_path, &unlink_path); in _clog_ctr()
495 if (unlink_path) in _clog_ctr()
/dragonfly/test/stress/fsstress/
HDfsstress.c275 int unlink_path(pathname_t *);
1301 unlink_path(pathname_t *name) in unlink_path() function
1312 rval = unlink_path(&newname); in unlink_path()
2510 e = unlink_path(&f) < 0 ? errno : 0; in unlink_f()