Searched refs:PROFILE_FILE_DIRTY (Results 1 – 4 of 4) sorted by relevance
46 if (file->data->flags & PROFILE_FILE_DIRTY) { in rw_setup()123 profile->first_file->data->flags |= PROFILE_FILE_DIRTY; in profile_update_relation()175 profile->first_file->data->flags |= PROFILE_FILE_DIRTY; in profile_clear_relation()229 profile->first_file->data->flags |= PROFILE_FILE_DIRTY; in profile_rename_section()298 profile->first_file->data->flags |= PROFILE_FILE_DIRTY; in profile_add_relation()
281 data->flags = PROFILE_FILE_NO_RELOAD | PROFILE_FILE_DIRTY; in profile_open_memory()309 if (data->flags & PROFILE_FILE_DIRTY) in profile_update_file_data_locked()509 if ((data->flags & PROFILE_FILE_DIRTY) == 0) { in profile_flush_file_data()515 data->flags &= ~PROFILE_FILE_DIRTY; in profile_flush_file_data()
77 #define PROFILE_FILE_DIRTY 0x0002 macro
419 *modified = (profile->first_file->data->flags & PROFILE_FILE_DIRTY); in profile_is_modified()