Home
last modified time | relevance | path

Searched refs:ACTION_RECORD (Results 1 - 3 of 3) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsrecover.h89 struct ACTION_RECORD { struct
90 struct ACTION_RECORD *next;
91 struct ACTION_RECORD *prev;
97 enum { /* Flag values for ACTION_RECORD */
151 extern int play_undos(ntfs_volume *vol, const struct ACTION_RECORD *firstundo);
152 extern int play_redos(ntfs_volume *vol, const struct ACTION_RECORD *firstredo);
H A Dplaylog.c862 static int change_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in change_resident()
916 static int change_resident_expect(ntfs_volume *vol, const struct ACTION_RECORD *action, in change_resident_expect()
969 static int change_index_value(ntfs_volume *vol, const struct ACTION_RECORD *action, in change_index_value()
1014 static int add_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in add_resident()
1080 const struct ACTION_RECORD *action, in delete_non_resident()
1094 static int expand_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in expand_resident()
1162 const struct ACTION_RECORD *action, in add_non_resident()
1176 static int insert_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in insert_resident()
1259 static int remove_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in remove_resident()
1345 static int delete_resident(ntfs_volume *vol, const struct ACTION_RECORD *actio
[all...]
H A Dntfsrecover.c113 struct ACTION_RECORD *firstaction;
114 struct ACTION_RECORD *lastaction;
1201 static int refresh_attributes(const struct ACTION_RECORD *firstaction) in refresh_attributes()
1203 const struct ACTION_RECORD *action; in refresh_attributes()
2229 static void mark_transactions(struct ACTION_RECORD *lastaction) in mark_transactions()
2231 struct ACTION_RECORD *action; in mark_transactions()
2292 struct ACTION_RECORD *action; in enqueue_action()
2299 action = (struct ACTION_RECORD*) in enqueue_action()
2300 malloc(size + offsetof(struct ACTION_RECORD, record)); in enqueue_action()
2306 action->prev = (struct ACTION_RECORD*)NUL in enqueue_action()
[all...]

Completed in 12 milliseconds