Lines Matching defs:action
784 * Determine if an action acts on the MFT
1203 const struct ACTION_RECORD *action;
1216 for (action=firstaction; action; action=action->next) {
1217 logr = &action->record;
1220 switch (le16_to_cpu(action->record.redo_operation)) {
1299 int action;
1319 action = le16_to_cpu(logr->redo_operation);
1322 action = le16_to_cpu(logr->undo_operation);
1327 actionnum, actionname(action), attr, offs);
1330 actionnum, actionname(action), attr, offs);
1331 switch (action) {
1558 if (action == AddIndexEntryRoot)
1719 if (action == SetBitsInNonResidentBitMap)
2124 printf("** Unknown action type\n");
2231 struct ACTION_RECORD *action;
2242 for (action=lastaction; action; action=action->prev) {
2243 logr = &action->record;
2246 && !(action->flags & ACTION_TO_REDO)
2249 action->flags |= ACTION_TO_REDO;
2258 action->flags |= ACTION_TO_REDO;
2262 action->flags |= ACTION_TO_REDO;
2273 for (action=lastaction; action; action=action->prev) {
2274 logr = &action->record;
2276 && !(action->flags & ACTION_TO_REDO))
2278 (int)action->num);
2286 * Enqueue an action and play the queued actions on end of set
2292 struct ACTION_RECORD *action;
2299 action = (struct ACTION_RECORD*)
2301 if (action) {
2302 memcpy(&action->record, logr, size);
2303 action->num = num;
2304 action->flags = 0;
2306 action->prev = (struct ACTION_RECORD*)NULL;
2307 action->next = ctx->firstaction;
2309 ctx->firstaction->prev = action;
2311 ctx->lastaction = action;
2312 ctx->firstaction = action;
2354 action = ctx->firstaction->next;
2356 ctx->firstaction = action;
2444 * Analyze and display an action overlapping log blocks
2446 * Returns the position of first action in next block. If this is
2606 * Returns the position of first action in next block. If this is
2673 printf("\n* log action %u at"
3395 printf("\nOverlapping backward action %d at 0x%x"
3557 printf("\n* log backward action %u at 0x%x"
3679 struct ACTION_RECORD *action;
3681 action = ctx->firstaction->next;
3683 ctx->firstaction = action;
4154 { "no-action", no_argument, NULL, 'n' },
4370 "* error : bad action list, %d actions\n",