Lines Matching refs:filesystem_name
233 retval = ext2fs_check_if_mounted(ctx->filesystem_name, in check_mount()
238 ctx->filesystem_name); in check_mount()
259 ctx->filesystem_name); in check_mount()
262 ctx->filesystem_name); in check_mount()
267 log_out(ctx, _("%s is mounted.\n"), ctx->filesystem_name); in check_mount()
269 log_out(ctx, _("%s is in use.\n"), ctx->filesystem_name); in check_mount()
1003 ctx->filesystem_name = blkid_get_devname(ctx->blkid, argv[optind], 0); in PRS()
1004 if (!ctx->filesystem_name) { in PRS()
1072 fd = open(ctx->filesystem_name, O_RDONLY, 0); in PRS()
1076 ctx->filesystem_name); in PRS()
1082 ctx->filesystem_name); in PRS()
1156 retval = ext2fs_open2(ctx->filesystem_name, ctx->io_options, in try_open_fs()
1167 retval = ext2fs_open2(ctx->filesystem_name, in try_open_fs()
1175 retval = ext2fs_open2(ctx->filesystem_name, ctx->io_options, in try_open_fs()
1298 ctx->undo_file, ctx->filesystem_name); in e2fsck_setup_tdb()
1321 tmp_name = strdup(ctx->filesystem_name); in e2fsck_setup_tdb()
1349 " e2undo %s %s\n\n"), tdb_file, ctx->filesystem_name); in e2fsck_setup_tdb()
1513 get_backup_sb(ctx, fs, ctx->filesystem_name, io_ptr); in main()
1551 ctx->filesystem_name); in main()
1606 check_plausibility(ctx->filesystem_name, in main()
1628 pctx.errcode = ext2fs_get_device_size2(ctx->filesystem_name, in main()
1642 ext2fs_get_device_size2(ctx->filesystem_name, in main()
1665 ctx->filesystem_name); in main()
1680 ctx->device_name = string_copy(ctx, ctx->filesystem_name, 0); in main()
1774 ctx->filesystem_name); in main()
1896 ctx->device_name : ctx->filesystem_name); in main()