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

/freebsd-11-stable/sbin/fsck_msdosfs/
H A Ddir.c224 int rootdir_size, cluster_size; local
231 rootdir_size = boot->bpbRootDirEnts * 32;
234 if ((buffer = malloc(len = MAX(rootdir_size, cluster_size))) == NULL) {

Completed in 145 milliseconds