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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c1294 u_int32_t log_blksize; local
1326 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE, (caddr_t)&log_blksize, 0, context)) {
1333 if (log_blksize == 0 || log_blksize > 1024*1024*1024) {
1334 printf("hfs: logical block size 0x%x looks bad. Not mounting.\n", log_blksize);
1352 phys_blksize = log_blksize;
1361 if (log_blksize > 512) {
1375 (void)VNOP_IOCTL(devvp, DKIOCSETBLOCKSIZE, (caddr_t)&log_blksize, FWRITE, context);
1397 minblksize = log_blksize = 4096;
1398 if (phys_blksize < log_blksize)
[all...]

Completed in 11 milliseconds