Lines Matching refs:filesystem_name
236 retval = ext2fs_check_if_mounted(ctx->filesystem_name, in check_mount()
241 ctx->filesystem_name); in check_mount()
262 ctx->filesystem_name); in check_mount()
265 ctx->filesystem_name); in check_mount()
270 log_out(ctx, _("%s is mounted.\n"), ctx->filesystem_name); in check_mount()
272 log_out(ctx, _("%s is in use.\n"), ctx->filesystem_name); in check_mount()
1022 ctx->filesystem_name = blkid_get_devname(ctx->blkid, argv[optind], 0); in PRS()
1023 if (!ctx->filesystem_name) { in PRS()
1091 fd = open(ctx->filesystem_name, O_RDONLY, 0); in PRS()
1095 ctx->filesystem_name); in PRS()
1101 ctx->filesystem_name); in PRS()
1175 retval = ext2fs_open2(ctx->filesystem_name, ctx->io_options, in try_open_fs()
1186 retval = ext2fs_open2(ctx->filesystem_name, in try_open_fs()
1194 retval = ext2fs_open2(ctx->filesystem_name, ctx->io_options, in try_open_fs()
1317 ctx->undo_file, ctx->filesystem_name); in e2fsck_setup_tdb()
1340 tmp_name = strdup(ctx->filesystem_name); in e2fsck_setup_tdb()
1368 " e2undo %s %s\n\n"), tdb_file, ctx->filesystem_name); in e2fsck_setup_tdb()
1547 get_backup_sb(ctx, fs, ctx->filesystem_name, io_ptr); in main()
1585 ctx->filesystem_name); in main()
1640 check_plausibility(ctx->filesystem_name, in main()
1662 pctx.errcode = ext2fs_get_device_size2(ctx->filesystem_name, in main()
1676 ext2fs_get_device_size2(ctx->filesystem_name, in main()
1699 ctx->filesystem_name); in main()
1713 ctx->device_name = string_copy(ctx, ctx->filesystem_name, 0); in main()
1721 ctx->filesystem_name); in main()
1824 ctx->filesystem_name); in main()
1839 ctx->filesystem_name, sb->s_encoding); in main()
1954 ctx->device_name : ctx->filesystem_name); in main()