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

/xnu-2782.1.97/bsd/sys/
H A Ddisk.h50 * DKIOCGETBLOCKSIZE get media's block size
140 #define DKIOCGETBLOCKSIZE _IOR('d', 24, uint32_t) macro
/xnu-2782.1.97/bsd/kern/
H A Dkern_symfile.c298 error = do_ioctl(p1, p2, DKIOCGETBLOCKSIZE, (caddr_t) &ref->blksize);
393 error = do_ioctl(p1, p2, DKIOCGETBLOCKSIZE, (caddr_t) &blksize);
/xnu-2782.1.97/bsd/vm/
H A Dvnode_pager.c114 error = VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE, (caddr_t)&blocksize, 0, vfs_context_kernel());
236 error = VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE, (caddr_t)&blocksize, 0, vfs_context_kernel());
/xnu-2782.1.97/bsd/dev/
H A Dmemdev.c388 case DKIOCGETBLOCKSIZE:
/xnu-2782.1.97/bsd/dev/vn/
H A Dvn.c902 case DKIOCGETBLOCKSIZE:
954 case DKIOCGETBLOCKSIZE:
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c1668 if (VNOP_IOCTL(jvp, DKIOCGETBLOCKSIZE, (caddr_t)&phys_blksz, 0, &context)) {
1847 if (VNOP_IOCTL(jvp, DKIOCGETBLOCKSIZE, (caddr_t)&phys_blksz, 0, &context)) {
2104 if (VNOP_IOCTL(jvp, DKIOCGETBLOCKSIZE, (caddr_t)&phys_blksz, 0, &context)) {
2636 if (VNOP_IOCTL(jnl->jdev, DKIOCGETBLOCKSIZE, (caddr_t)&phys_blksz, 0, vfs_context_kernel())) {
H A Dvfs_subr.c3103 if ((error = VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE,
/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c400 if (!VNOP_IOCTL(vp, DKIOCGETBLOCKSIZE, (caddr_t)&blksize, 0, ap->a_context)) {
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_resize.c120 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE, (caddr_t)&sector_size, 0, context)) {
H A Dhfs_vfsops.c1255 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE, (caddr_t)&log_blksize, 0, context)) {
1257 printf("hfs_mountfs: DKIOCGETBLOCKSIZE failed\n");
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dtests.c3063 my_err = ioctl( my_fd, DKIOCGETBLOCKSIZE, &my_blksize );
3065 printf( "ioctl DKIOCGETBLOCKSIZE failed with error %d - \"%s\" \n", errno, strerror( errno) );

Completed in 83 milliseconds