• Home
  • Raw
  • Download

Lines Matching defs:vol

390 static int sanity_indx(ntfs_volume *vol, const char *buffer)  in sanity_indx()
424 static char *read_raw(ntfs_volume *vol, const LOG_RECORD *logr) in read_raw()
492 static int write_raw(ntfs_volume *vol, const LOG_RECORD *logr, in write_raw()
547 static int write_mirr(ntfs_volume *vol, const LOG_RECORD *logr, in write_mirr()
581 static char *read_protected(ntfs_volume *vol, const LOG_RECORD *logr, in read_protected()
629 static int write_protected(ntfs_volume *vol, const LOG_RECORD *logr, in write_protected()
797 static int adjust_high_vcn(ntfs_volume *vol, ATTR_RECORD *attr) in adjust_high_vcn()
862 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()
1094 static int expand_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in expand_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 *action, in delete_resident()
1403 static int shrink_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in shrink_resident()
1484 static int update_index(ntfs_volume *vol, const struct ACTION_RECORD *action, in update_index()
1606 static int insert_index_allocation(ntfs_volume *vol, char *buffer, u32 offs) in insert_index_allocation()
1783 static int create_indx(ntfs_volume *vol, const struct ACTION_RECORD *action, in create_indx()
1825 static int redo_action37(ntfs_volume *vol, const struct ACTION_RECORD *action, in redo_action37()
1860 static int redo_add_index(ntfs_volume *vol, const struct ACTION_RECORD *action, in redo_add_index()
1923 static int redo_add_root_index(ntfs_volume *vol, in redo_add_root_index()
1987 static int redo_compensate(ntfs_volume *vol __attribute__((unused)), in redo_compensate()
2003 static int redo_create_file(ntfs_volume *vol, in redo_create_file()
2056 static int redo_create_attribute(ntfs_volume *vol, in redo_create_attribute()
2079 static int redo_delete_attribute(ntfs_volume *vol, in redo_delete_attribute()
2101 static int redo_delete_file(ntfs_volume *vol, in redo_delete_file()
2154 static int redo_delete_index(ntfs_volume *vol, in redo_delete_index()
2214 static int redo_delete_root_index(ntfs_volume *vol, in redo_delete_root_index()
2281 static int redo_force_bits(ntfs_volume *vol, in redo_force_bits()
2324 static int redo_open_attribute(ntfs_volume *vol __attribute__((unused)), in redo_open_attribute()
2405 static int redo_sizes(ntfs_volume *vol, const struct ACTION_RECORD *action, in redo_sizes()
2427 static int redo_update_index(ntfs_volume *vol, in redo_update_index()
2449 static int redo_update_index_value(ntfs_volume *vol, in redo_update_index_value()
2469 static int redo_update_mapping(ntfs_volume *vol, in redo_update_mapping()
2557 static int redo_update_resident(ntfs_volume *vol, in redo_update_resident()
2626 static int redo_update_root_index(ntfs_volume *vol, in redo_update_root_index()
2658 static int redo_update_root_vcn(ntfs_volume *vol, in redo_update_root_vcn()
2686 static int redo_update_value(ntfs_volume *vol, in redo_update_value()
2752 static int redo_update_vcn(ntfs_volume *vol, in redo_update_vcn()
2776 static int redo_write_end(ntfs_volume *vol, in redo_write_end()
2843 static int redo_write_index(ntfs_volume *vol, in redo_write_index()
2905 static int undo_action37(ntfs_volume *vol __attribute__((unused)), in undo_action37()
2932 static int undo_add_index(ntfs_volume *vol, in undo_add_index()
2994 static int undo_add_root_index(ntfs_volume *vol, in undo_add_root_index()
3057 static int undo_create_attribute(ntfs_volume *vol, in undo_create_attribute()
3079 static int undo_delete_attribute(ntfs_volume *vol, in undo_delete_attribute()
3101 static int undo_delete_index(ntfs_volume *vol, in undo_delete_index()
3168 static int undo_delete_root_index(ntfs_volume *vol, in undo_delete_root_index()
3241 static int undo_create_file(ntfs_volume *vol, in undo_create_file()
3293 static int undo_delete_file(ntfs_volume *vol, in undo_delete_file()
3362 static int undo_force_bits(ntfs_volume *vol, in undo_force_bits()
3405 static int undo_open_attribute(ntfs_volume *vol __attribute__((unused)), in undo_open_attribute()
3475 static int undo_sizes(ntfs_volume *vol, in undo_sizes()
3515 static int undo_update_index(ntfs_volume *vol, const struct ACTION_RECORD *action, in undo_update_index()
3537 static int undo_update_index_value(ntfs_volume *vol, in undo_update_index_value()
3584 static int undo_update_vcn(ntfs_volume *vol, const struct ACTION_RECORD *action, in undo_update_vcn()
3608 static int undo_update_mapping(ntfs_volume *vol, const struct ACTION_RECORD *action, in undo_update_mapping()
3697 static int undo_update_resident(ntfs_volume *vol, in undo_update_resident()
3763 static int undo_update_root_index(ntfs_volume *vol, in undo_update_root_index()
3790 static int undo_update_root_vcn(ntfs_volume *vol, in undo_update_root_vcn()
3818 static int undo_update_value(ntfs_volume *vol, in undo_update_value()
3878 static int undo_write_end(ntfs_volume *vol, in undo_write_end()
3945 static int undo_write_index(ntfs_volume *vol, in undo_write_index()
4096 static int distribute_redos(ntfs_volume *vol, in distribute_redos()
4282 static int play_one_redo(ntfs_volume *vol, const struct ACTION_RECORD *action) in play_one_redo()
4502 int play_redos(ntfs_volume *vol, const struct ACTION_RECORD *firstaction) in play_redos()
4520 static int distribute_undos(ntfs_volume *vol, const struct ACTION_RECORD *action, in distribute_undos()
4673 static int play_one_undo(ntfs_volume *vol, const struct ACTION_RECORD *action) in play_one_undo()
4890 int play_undos(ntfs_volume *vol, const struct ACTION_RECORD *lastaction) in play_undos()