Lines Matching refs:vol
111 ntfs_volume *vol;
191 if (ctx->vol) {
369 if (ctx->vol)
1339 if (!ctx->vol && !mftrecsz && (length > 8)) {
2329 err = play_undos(ctx->vol, ctx->lastaction);
2342 err = play_redos(ctx->vol, ctx->firstaction);
2372 err = play_redos(ctx->vol, ctx->firstaction);
2875 if (ctx->vol) {
2930 if (ctx->vol) {
2975 if (!bad && !ctx->vol)
3073 * Probably not needed any more, use ctx->vol
3134 log_ni = ntfs_inode_open(ctx->vol, FILE_LogFile);
3226 if (ctx->vol) {
3228 mftlcn = ctx->vol->mft_lcn;
3229 mftcnt = ctx->vol->mft_na->data_size/mftrecsz;
3282 ctx->vol = (ntfs_volume*)NULL;
3290 ctx->vol = (ntfs_volume*)NULL;
3303 ctx->vol = ntfs_mount(device_name,
3306 if (ctx->vol) {
3309 ntfs_umount(ctx->vol, TRUE);
3937 if (ctx->vol) {
4399 if (!ctx.vol
4406 if (ctx.vol) {
4414 ntfs_umount(ctx.vol, TRUE);
4426 if (ctx.vol) {