Searched refs:unlink_path (Results 1 – 2 of 2) sorted by relevance
299 static int find_disk_path(char *major_minor_str, char *path_rtn, int *unlink_path) in find_disk_path() argument358 *unlink_path = 1; in find_disk_path()378 int unlink_path = 0; in _clog_ctr() local393 r = find_disk_path(argv[0], disk_path, &unlink_path); in _clog_ctr()495 if (unlink_path) in _clog_ctr()
275 int unlink_path(pathname_t *);1301 unlink_path(pathname_t *name) in unlink_path() function1312 rval = unlink_path(&newname); in unlink_path()2510 e = unlink_path(&f) < 0 ? errno : 0; in unlink_f()