Searched refs:DIR_ENT_SIZE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.h194 #define DIR_ENT_SIZE 16 macro
H A Dunsquash-1.c272 if((dir->dir_count % DIR_ENT_SIZE) == 0) {
274 DIR_ENT_SIZE) * sizeof(struct dir_ent));
H A Dunsquash-3.c345 if((dir->dir_count % DIR_ENT_SIZE) == 0) {
347 DIR_ENT_SIZE) * sizeof(struct dir_ent));
H A Dunsquash-4.c304 if((dir->dir_count % DIR_ENT_SIZE) == 0) {
306 DIR_ENT_SIZE) * sizeof(struct dir_ent));

Completed in 92 milliseconds