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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c1231 u_int32_t log_blksize; local
1260 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE, (caddr_t)&log_blksize, 0, context)) {
1267 if (log_blksize == 0 || log_blksize > 1024*1024*1024) {
1268 printf("hfs: logical block size 0x%x looks bad. Not mounting.\n", log_blksize);
1286 phys_blksize = log_blksize;
1295 if (log_blksize > 512) {
1309 (void)VNOP_IOCTL(devvp, DKIOCSETBLOCKSIZE, (caddr_t)&log_blksize, FWRITE, context);
1331 minblksize = log_blksize = 4096;
1332 if (phys_blksize < log_blksize)
[all...]

Completed in 29 milliseconds