Searched refs:filesystem_name (Results 1 – 5 of 5) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | unix.c | 176 retval = ext2fs_check_if_mounted(ctx->filesystem_name, in check_mount() 181 ctx->filesystem_name); in check_mount() 198 printf(_("Warning! %s is mounted.\n"), ctx->filesystem_name); in check_mount() 202 printf(_("%s is mounted. "), ctx->filesystem_name); in check_mount() 772 ctx->filesystem_name = blkid_get_devname(ctx->blkid, argv[optind], 0); in PRS() 773 if (!ctx->filesystem_name) { in PRS() 787 fd = open(ctx->filesystem_name, O_RDONLY, 0); in PRS() 791 ctx->filesystem_name); in PRS() 797 ctx->filesystem_name); in PRS() 960 retval = ext2fs_open2(ctx->filesystem_name, ctx->io_options, in main() [all …]
|
D | e2fsck.h | 198 char *filesystem_name; member
|
D | journal.c | 858 retval = ext2fs_open(ctx->filesystem_name, EXT2_FLAG_RW, in e2fsck_run_ext3_journal() 944 retval = ext2fs_check_if_mounted(ctx->filesystem_name, &mount_flags); in e2fsck_move_ext3_journal()
|
D | super.c | 827 retval = ext2fs_open(ctx->filesystem_name, 0, in check_backup_super_block()
|
D | problem.c | 1679 ctx->device_name : ctx->filesystem_name); in fix_problem()
|