Home
last modified time | relevance | path

Searched refs:lastaction (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.c114 struct ACTION_RECORD *lastaction; member
2229 static void mark_transactions(struct ACTION_RECORD *lastaction) in mark_transactions() argument
2242 for (action=lastaction; action; action=action->prev) { in mark_transactions()
2273 for (action=lastaction; action; action=action->prev) { in mark_transactions()
2311 ctx->lastaction = action; in enqueue_action()
2327 (int)ctx->lastaction->num, in enqueue_action()
2329 err = play_undos(ctx->vol, ctx->lastaction); in enqueue_action()
2340 (int)ctx->lastaction->num); in enqueue_action()
2341 mark_transactions(ctx->lastaction); in enqueue_action()
2358 ctx->lastaction = (struct ACTION_RECORD*)NULL; in enqueue_action()
[all …]
Dplaylog.c4890 int play_undos(ntfs_volume *vol, const struct ACTION_RECORD *lastaction) in play_undos() argument
4896 action = lastaction; in play_undos()