Searched refs:mountpt (Results 1 – 4 of 4) sorted by relevance
/external/toybox/toys/pending/ |
D | fsck.c | 50 char *device, *mountpt, *type, *opts; member 97 temp->mountpt = xstrdup(f_info->mnt_dir); in create_db() 215 finfo->mountpt ? finfo->mountpt : finfo->device); in do_fsck() 315 … if (!strcmp(finfo->mountpt, "/")) { // man says: check / in parallel with others if -P is absent. in scan_all() 332 if(!strcmp(finfo->mountpt, "/")) finfo->flag |= FLAG_DONE; in scan_all() 399 || !strcmp(finfo->mountpt, dev->data)) break; in fsck_main() 427 free(finfo->mountpt); in fsck_main()
|
/external/e2fsprogs/misc/ |
D | e2initrd_helper.c | 55 char *mountpt; member 272 fs->mountpt = string_copy(mntpnt); in parse_fstab_line() 289 if (fs->mountpt) in free_fstab_line() 290 fs->mountpt = 0; in free_fstab_line() 358 if (!strcmp(fs_info.mountpt, "/")) in get_root_type()
|
D | fsck.c | 252 fs->mountpt = string_copy(mntpnt); in create_fs_device() 390 (fs->mountpt && !strcmp(filesys, fs->mountpt))) in lookup() 718 retval = execute(type, fs->device, fs->mountpt, interactive); in fsck_device() 884 fs->mountpt); in ignore() 983 if (!strcmp(fs->mountpt, "/")) in check_all() 1003 if (!strcmp(fs->mountpt, "/")) in check_all()
|
D | fsck.h | 42 char *mountpt; member
|