Searched refs:FRAG_SIZE (Results 1 – 1 of 1) sorted by relevance
219 #define FRAG_SIZE 32768 macro1607 if(fragments % FRAG_SIZE == 0) { in allocate_fragment()1609 FRAG_SIZE) * sizeof(struct squashfs_fragment_entry)); in allocate_fragment()6126 ((fragments + FRAG_SIZE - 1) & ~(FRAG_SIZE - 1)) in main()