Lines Matching refs: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);
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,
929 retval = ext2fs_open2(ctx->filesystem_name,
937 retval = ext2fs_open2(ctx->filesystem_name, ctx->io_options,
1049 get_backup_sb(ctx, fs, ctx->filesystem_name, io_ptr);
1082 ctx->filesystem_name);
1128 pctx.errcode = ext2fs_get_device_size2(ctx->filesystem_name,
1142 ext2fs_get_device_size2(ctx->filesystem_name,
1165 ctx->filesystem_name);
1180 ctx->device_name = string_copy(ctx, ctx->filesystem_name, 0);
1253 ctx->filesystem_name);
1387 ctx->device_name : ctx->filesystem_name);