Home | History | Annotate | Download | only in squashfs-tools

Lines Matching refs:append_file

308 struct append_file **file_mapping;
1538 struct append_file *append;
1889 struct append_file *append_file;
1923 append_file = malloc(sizeof(struct append_file));
1924 if(append_file == NULL)
1927 append_file->file = file;
1928 append_file->next = file_mapping[fragment];
1929 file_mapping[fragment] = append_file;