Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.c113 struct ACTION_RECORD *firstaction; member
1201 static int refresh_attributes(const struct ACTION_RECORD *firstaction) in refresh_attributes() argument
1216 for (action=firstaction; action; action=action->next) { in refresh_attributes()
2307 action->next = ctx->firstaction; in enqueue_action()
2308 if (ctx->firstaction) in enqueue_action()
2309 ctx->firstaction->prev = action; in enqueue_action()
2312 ctx->firstaction = action; in enqueue_action()
2322 err = refresh_attributes(ctx->firstaction); in enqueue_action()
2328 (int)ctx->firstaction->num); in enqueue_action()
2339 (int)ctx->firstaction->num, in enqueue_action()
[all …]
Dplaylog.c4502 int play_redos(ntfs_volume *vol, const struct ACTION_RECORD *firstaction) in play_redos() argument
4508 action = firstaction; in play_redos()