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

/xnu-2782.1.97/bsd/sys/
H A Ddisk.h51 * DKIOCGETBLOCKCOUNT get media's block count
141 #define DKIOCGETBLOCKCOUNT _IOR('d', 25, uint64_t) macro
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsops.c1302 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&log_blkcnt, 0, context)) {
1306 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT failed\n");
1351 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&log_blkcnt, 0, context)) {
1353 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT (2) failed\n");
1531 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&log_blkcnt, 0, context)) {
1595 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT,
1598 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT (3) failed\n");
1786 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&log_blkcnt, 0, context)) {
1788 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT (4) failed \n");
3771 if ((retval = VNOP_IOCTL(hfsmp->hfs_devvp, DKIOCGETBLOCKCOUNT,
[all...]
H A Dhfs_resize.c126 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&sector_count, 0, context)) {
/xnu-2782.1.97/bsd/dev/
H A Dmemdev.c409 case DKIOCGETBLOCKCOUNT:
/xnu-2782.1.97/bsd/kern/
H A Dkern_symfile.c304 error = do_ioctl(p1, p2, DKIOCGETBLOCKCOUNT, (caddr_t) &fileblk);
/xnu-2782.1.97/bsd/dev/vn/
H A Dvn.c910 case DKIOCGETBLOCKCOUNT:
985 case DKIOCGETBLOCKCOUNT:
/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c405 if (!VNOP_IOCTL(vp, DKIOCGETBLOCKCOUNT, (caddr_t)&blkcnt, 0, ap->a_context)) {
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dtests.c3056 my_err = ioctl( my_fd, DKIOCGETBLOCKCOUNT, &my_block_count );
3058 printf( "ioctl DKIOCGETBLOCKCOUNT failed with error %d - \"%s\" \n", errno, strerror( errno) );

Completed in 96 milliseconds