Searched refs:first_file (Results 1 – 8 of 8) sorted by relevance
34 file = profile->first_file; in rw_setup()101 retval = k5_mutex_lock(&profile->first_file->data->lock); in profile_update_relation()104 section = profile->first_file->data->root; in profile_update_relation()110 k5_mutex_unlock(&profile->first_file->data->lock); in profile_update_relation()124 profile->first_file->data->flags |= PROFILE_FILE_DIRTY; in profile_update_relation()125 k5_mutex_unlock(&profile->first_file->data->lock); in profile_update_relation()150 section = profile->first_file->data->root; in profile_clear_relation()169 profile->first_file->data->flags |= PROFILE_FILE_DIRTY; in profile_clear_relation()196 retval = k5_mutex_lock(&profile->first_file->data->lock); in profile_rename_section()199 section = profile->first_file->data->root; in profile_rename_section()[all …]
58 profile->first_file = new_file; in profile_init()96 COUNT_LINKED_LIST (size, prf_file_t, old_profile->first_file, next); in profile_copy()100 for (i = 0, file = old_profile->first_file; i < size; i++, file = file->next) in profile_copy()170 if (profile->first_file) in profile_is_writable()171 *writable = (profile->first_file->data->flags & PROFILE_FILE_RW); in profile_is_writable()185 if (profile->first_file) in profile_is_modified()186 *modified = (profile->first_file->data->flags & PROFILE_FILE_DIRTY); in profile_is_modified()197 if (profile->first_file) in profile_flush()198 return profile_flush_file(profile->first_file); in profile_flush()209 if (profile->first_file) in profile_flush_to_file()[all …]
95 prf_file_t first_file; member
432 iter->file = profile->first_file; in profile_node_iterator_create()
261 for (p = profile->first_file; p; p = next) { in __profile_release()
38 unsigned int first_file = 0; in main() local48 if (argc == 4 && sscanf(argv[3], "%u", &first_file) != 1) in main()51 if (numfiles < first_file) in main()54 for (i = first_file; i < first_file + numfiles; i++) { in main()
49 bool first_file; variable758 if (first_file) in tally()1367 if (first_file) in getpfiledata()1368 first_file = FALSE; in getpfiledata()1457 if (first_file) in readarcs()1458 first_file = FALSE; in readarcs()1794 first_file = TRUE; in main()
311 extern bool first_file; /* for difference option */