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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c3285 u_int32_t phys_sectorsize; local
3341 error = VNOP_IOCTL(devvp, DKIOCGETPHYSICALBLOCKSIZE, (caddr_t)&phys_sectorsize, 0, context);
3347 phys_sectorsize = sectorsize;
3354 if ((newsize <= oldsize) || (newsize % sectorsize) || (newsize % phys_sectorsize)) {

Completed in 36 milliseconds