Searched refs:file_slot (Results 1 – 1 of 1) sorted by relevance
139 register struct file **file_slot; in enter_file() local168 file_slot = (struct file **) hash_find_slot (&files, &file_key); in enter_file()169 f = *file_slot; in enter_file()187 hash_insert_at (&files, new, file_slot); in enter_file()223 struct file **file_slot; in rehash_file() local245 file_slot = (struct file **) hash_find_slot (&files, &file_key); in rehash_file()246 to_file = *file_slot; in rehash_file()253 hash_insert_at (&files, from_file, file_slot); in rehash_file()341 register struct file **file_slot; in remove_intermediates() local352 file_slot = (struct file **) files.ht_vec; in remove_intermediates()[all …]