Searched refs:lost_path (Results 1 – 1 of 1) sorted by relevance
155 char *lost_path; in Mount() local156 asprintf(&lost_path, "%s/LOST.DIR", c_target); in Mount()157 if (access(lost_path, F_OK)) { in Mount()162 if (mkdir(lost_path, 0755)) { in Mount()166 free(lost_path); in Mount()