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