Searched refs:append_file (Results 1 – 5 of 5) sorted by relevance
104 struct append_file { struct106 struct append_file *next; argument139 extern struct append_file **file_mapping;
223 struct append_file *append; in get_fragment_cksum()
292 struct append_file **file_mapping;1433 struct append_file *append; in get_fragment_checksum()1784 struct append_file *append_file; in add_file() local1818 append_file = malloc(sizeof(struct append_file)); in add_file()1819 if(append_file == NULL) in add_file()1822 append_file->file = file; in add_file()1823 append_file->next = file_mapping[fragment]; in add_file()1824 file_mapping[fragment] = append_file; in add_file()
221 file_mapping = calloc(sBlk->fragments, sizeof(struct append_file *)); in scan_inode_table()
1388 bool append_file = false; in cmd_stat() local1430 OPT_BOOLEAN(0, "append", &append_file, "append to the output file"), in cmd_stat()1479 mode = append_file ? "a" : "w"; in cmd_stat()1489 mode = append_file ? "a" : "w"; in cmd_stat()