Searched refs:file_mapping (Results 1 – 4 of 4) sorted by relevance
150 extern struct append_file **file_mapping;
230 for(append = file_mapping[index]; append; append = append->next) { in get_fragment_cksum()
221 file_mapping = calloc(sBlk->fragments, sizeof(struct append_file *)); in scan_inode_table()222 if(file_mapping == NULL) in scan_inode_table()
322 struct append_file **file_mapping; variable1600 for(append = file_mapping[index]; append; append = append->next) { in get_fragment_checksum()1970 append_file->next = file_mapping[fragment]; in add_file()1971 file_mapping[fragment] = append_file; in add_file()