Lines Matching full:filesystem_name
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,
953 retval = ext2fs_open2(ctx->filesystem_name,
961 retval = ext2fs_open2(ctx->filesystem_name, ctx->io_options,
1073 get_backup_sb(ctx, fs, ctx->filesystem_name, io_ptr);
1108 ctx->filesystem_name);
1156 pctx.errcode = ext2fs_get_device_size2(ctx->filesystem_name,
1170 ext2fs_get_device_size2(ctx->filesystem_name,
1193 ctx->filesystem_name);
1208 ctx->device_name = string_copy(ctx, ctx->filesystem_name, 0);
1281 ctx->filesystem_name);
1415 ctx->device_name : ctx->filesystem_name);