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