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

/darwin-on-arm/xnu/bsd/sys/
H A Ddisk.h166 #define DKIOCSETBLOCKSIZE _IOW('d', 24, uint32_t) macro
/darwin-on-arm/xnu/bsd/dev/
H A Dmemdev.c390 case DKIOCSETBLOCKSIZE:
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c914 case DKIOCSETBLOCKSIZE:
968 case DKIOCSETBLOCKSIZE:
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c364 if (!VNOP_IOCTL(vp, DKIOCSETBLOCKSIZE, (caddr_t)&size512, FWRITE, ap->a_context)) {
371 if (VNOP_IOCTL(vp, DKIOCSETBLOCKSIZE, (caddr_t)&blksize, FWRITE, ap->a_context))
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c1364 if (VNOP_IOCTL(devvp, DKIOCSETBLOCKSIZE, (caddr_t)&size512, FWRITE, context)) {
1366 printf("hfs_mountfs: DKIOCSETBLOCKSIZE failed \n");
1375 (void)VNOP_IOCTL(devvp, DKIOCSETBLOCKSIZE, (caddr_t)&log_blksize, FWRITE, context);
1413 if (VNOP_IOCTL(devvp, DKIOCSETBLOCKSIZE, (caddr_t)&log_blksize, FWRITE, context)) {
1415 printf("hfs_mountfs: DKIOCSETBLOCKSIZE (2) failed\n");
1595 if (VNOP_IOCTL(devvp, DKIOCSETBLOCKSIZE, (caddr_t)&log_blksize, FWRITE, context)) {
1653 if (VNOP_IOCTL(devvp, DKIOCSETBLOCKSIZE,
1657 printf("hfs_mountfs: DKIOCSETBLOCKSIZE (3) failed\n");
1845 if (VNOP_IOCTL(devvp, DKIOCSETBLOCKSIZE, (caddr_t)&log_blksize, FWRITE, context)) {
1847 printf("hfs_mountfs: DKIOCSETBLOCKSIZE (
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c1320 if (com == DKIOCSETBLOCKSIZE) {
H A Dvfs_journal.c1944 VNOP_IOCTL(jvp, DKIOCSETBLOCKSIZE, (caddr_t)&phys_blksz, FWRITE, &context);
2012 VNOP_IOCTL(jvp, DKIOCSETBLOCKSIZE, (caddr_t)&orig_blksz, FWRITE, &context);
2053 VNOP_IOCTL(jvp, DKIOCSETBLOCKSIZE, (caddr_t)&orig_blksz, FWRITE, &context);

Completed in 60 milliseconds