HomeSort by relevance Sort by last modified time
    Searched full:filesystem_name (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/e2fsck/
unix.c 207 retval = ext2fs_check_if_mounted(ctx->filesystem_name,
212 ctx->filesystem_name);
229 printf(_("Warning! %s is mounted.\n"), ctx->filesystem_name);
233 printf(_("%s is mounted. "), ctx->filesystem_name);
842 ctx->filesystem_name = blkid_get_devname(ctx->blkid, argv[optind], 0);
843 if (!ctx->filesystem_name) {
857 fd = open(ctx->filesystem_name, O_RDONLY, 0);
861 ctx->filesystem_name);
867 ctx->filesystem_name);
942 retval = ext2fs_open2(ctx->filesystem_name, ctx->io_options
    [all...]
e2fsck.c 183 if (ctx->filesystem_name)
184 ext2fs_free_mem(&ctx->filesystem_name);
e2fsck.h 209 char *filesystem_name; member in struct:e2fsck_struct
journal.c 888 retval = ext2fs_open(ctx->filesystem_name, EXT2_FLAG_RW,
980 retval = ext2fs_check_if_mounted(ctx->filesystem_name, &mount_flags);
problem.c     [all...]

Completed in 191 milliseconds