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

/freebsd-10.2-release/sbin/newfs_nandfs/
H A Dnewfs_nandfs.c89 static struct file_info sufile = variable in typeref:struct:file_info
322 sufile.size = (blk + 1) * blocksize;
349 sufile.nblocks =
353 debug("bad blocks found: extra space for sufile");
354 sufile.nblocks = count_su_blocks();
357 sufile.blocks = malloc(sufile.nblocks * sizeof(uint32_t));
358 seg_nblocks += sufile.nblocks;
388 for (j = 0; j < sufile.nblocks; j++) {
389 debug("sufile bloc
[all...]

Completed in 26 milliseconds