HomeSort by relevance Sort by last modified time
    Searched refs: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);
818 ctx->filesystem_name = blkid_get_devname(ctx->blkid, argv[optind], 0);
819 if (!ctx->filesystem_name) {
833 fd = open(ctx->filesystem_name, O_RDONLY, 0);
837 ctx->filesystem_name);
843 ctx->filesystem_name);
918 retval = ext2fs_open2(ctx->filesystem_name, ctx->io_options
    [all...]
e2fsck.c 180 if (ctx->filesystem_name)
181 ext2fs_free_mem(&ctx->filesystem_name);
e2fsck.h 205 char *filesystem_name; member in struct:e2fsck_struct
journal.c 882 retval = ext2fs_open(ctx->filesystem_name, EXT2_FLAG_RW,
968 retval = ext2fs_check_if_mounted(ctx->filesystem_name, &mount_flags);
problem.c     [all...]

Completed in 122 milliseconds