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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c944 daddr64_t log_blkcnt; local
998 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&log_blkcnt, 0, context)) {
1006 disksize = (u_int64_t)log_blkcnt * (u_int64_t)512;
1019 if (log_blkcnt > 0x000000007fffffff && (log_blkcnt & 7) == 0) {
1032 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&log_blkcnt, 0, context)) {
1041 * log_blkcnt has the total number of physical blocks
1073 hfsmp->hfs_logical_block_count = log_blkcnt;
1151 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&log_blkcnt, 0, context)) {
1156 hfsmp->hfs_logical_block_count = log_blkcnt;
[all...]

Completed in 27 milliseconds