Searched refs:mountpt (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/misc/
H A Dfsck.h42 char *mountpt; member in struct:fs_info
H A De2initrd_helper.c55 char *mountpt; member in struct:fs_info
272 fs->mountpt = string_copy(mntpnt);
289 if (fs->mountpt)
290 fs->mountpt = 0;
358 if (!strcmp(fs_info.mountpt, "/"))
H A Dfsck.c252 fs->mountpt = string_copy(mntpnt);
390 (fs->mountpt && !strcmp(filesys, fs->mountpt)))
718 retval = execute(type, fs->device, fs->mountpt, interactive);
884 fs->mountpt);
983 if (!strcmp(fs->mountpt, "/"))
1003 if (!strcmp(fs->mountpt, "/"))
/external/toybox/toys/pending/
H A Dfsck.c50 char *device, *mountpt, *type, *opts; member in struct:f_sys_info
97 temp->mountpt = xstrdup(f_info->mnt_dir);
215 finfo->mountpt ? finfo->mountpt : finfo->device);
315 if (!strcmp(finfo->mountpt, "/")) { // man says: check / in parallel with others if -P is absent.
332 if(!strcmp(finfo->mountpt, "/")) finfo->flag |= FLAG_DONE;
399 || !strcmp(finfo->mountpt, dev->data)) break;
427 free(finfo->mountpt);

Completed in 84 milliseconds