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

/darwin-on-arm/xnu/bsd/sys/
H A Ddisk.h46 * DKIOCGETBLOCKSIZE get media's block size
125 #define DKIOCGETBLOCKSIZE _IOR('d', 24, uint32_t) macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_symfile.c293 error = do_ioctl(p1, p2, DKIOCGETBLOCKSIZE, (caddr_t) &ref->blksize);
376 error = do_ioctl(p1, p2, DKIOCGETBLOCKSIZE, (caddr_t) &blksize);
/darwin-on-arm/xnu/bsd/vm/
H A Dvnode_pager.c193 error = VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE, (caddr_t)&blocksize, 0, vfs_context_kernel());
/darwin-on-arm/xnu/bsd/dev/
H A Dmemdev.c386 case DKIOCGETBLOCKSIZE:
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c913 case DKIOCGETBLOCKSIZE:
965 case DKIOCGETBLOCKSIZE:
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_journal.c1664 if (VNOP_IOCTL(jvp, DKIOCGETBLOCKSIZE, (caddr_t)&phys_blksz, 0, &context)) {
1835 if (VNOP_IOCTL(jvp, DKIOCGETBLOCKSIZE, (caddr_t)&phys_blksz, 0, &context)) {
2084 if (VNOP_IOCTL(jvp, DKIOCGETBLOCKSIZE, (caddr_t)&phys_blksz, 0, &context)) {
2594 if (VNOP_IOCTL(jnl->jdev, DKIOCGETBLOCKSIZE, (caddr_t)&phys_blksz, 0, vfs_context_kernel())) {
H A Dvfs_subr.c2989 if ((error = VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE,
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c361 if (!VNOP_IOCTL(vp, DKIOCGETBLOCKSIZE, (caddr_t)&blksize, 0, ap->a_context)) {
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c1326 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE, (caddr_t)&log_blksize, 0, context)) {
1328 printf("hfs_mountfs: DKIOCGETBLOCKSIZE failed\n");
4017 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE, (caddr_t)&sector_size, 0, context)) {
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c3051 my_err = ioctl( my_fd, DKIOCGETBLOCKSIZE, &my_blksize );
3053 printf( "ioctl DKIOCGETBLOCKSIZE failed with error %d - \"%s\" \n", errno, strerror( errno) );

Completed in 126 milliseconds