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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Ddisk.h45 * DKIOCSYNCHRONIZECACHE flush media
135 #define DKIOCSYNCHRONIZECACHE _IO('d', 22) macro
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_resize.c506 (void) VNOP_IOCTL(hfsmp->hfs_devvp, DKIOCSYNCHRONIZECACHE, NULL, FWRITE, context);
861 (void) VNOP_IOCTL(hfsmp->hfs_devvp, DKIOCSYNCHRONIZECACHE, NULL, FWRITE, context);
1120 err = VNOP_IOCTL(hfsmp->hfs_devvp, DKIOCSYNCHRONIZECACHE, NULL, FWRITE, context);
1122 printf("hfs_copy_extent: DKIOCSYNCHRONIZECACHE failed (%d)\n", err);
2334 error = VNOP_IOCTL(hfsmp->hfs_devvp, DKIOCSYNCHRONIZECACHE, NULL, FWRITE, args->context);
2336 printf("hfs_journal_relocate_callback: DKIOCSYNCHRONIZECACHE failed (%d)\n", error);
2621 error = VNOP_IOCTL(hfsmp->hfs_devvp, DKIOCSYNCHRONIZECACHE, NULL, FWRITE, context);
2623 printf("hfs_reclaim_journal_info_block: DKIOCSYNCHRONIZECACHE failed (%d)\n", error);
H A Dhfs_vfsops.c2979 (void) VNOP_IOCTL(hfsmp->hfs_devvp, DKIOCSYNCHRONIZECACHE, NULL, FWRITE, context);
4108 (void) VNOP_IOCTL(hfsmp->hfs_devvp, DKIOCSYNCHRONIZECACHE,
4127 (void) VNOP_IOCTL(hfsmp->hfs_devvp, DKIOCSYNCHRONIZECACHE,
H A Dhfs_vnops.c3074 VNOP_IOCTL(hfsmp->hfs_devvp, DKIOCSYNCHRONIZECACHE, NULL, FWRITE, NULL);
3079 VNOP_IOCTL(hfsmp->hfs_devvp, DKIOCSYNCHRONIZECACHE, NULL, FWRITE, NULL);
H A Dhfs_readwrite.c773 VNOP_IOCTL(hfsmp->hfs_devvp, DKIOCSYNCHRONIZECACHE, NULL, FWRITE, NULL);
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c474 ret = VNOP_IOCTL(jnl->jdev, DKIOCSYNCHRONIZECACHE, NULL, FWRITE, &context);
516 VNOP_IOCTL(jnl->jdev, DKIOCSYNCHRONIZECACHE, NULL, FWRITE, &context);
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOMediaBSDClient.cpp1779 case DKIOCSYNCHRONIZECACHE: // (void)
/macosx-10.10.1/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_vnops.c2952 error = VNOP_IOCTL(VTODE(vp)->de_pmp->pm_devvp, DKIOCSYNCHRONIZECACHE,
/macosx-10.10.1/msdosfs-209.1.1/userfs_plugin/
H A Dmsdosfs.c2062 if (ioctl(device_fd(volume->device), DKIOCSYNCHRONIZECACHE) == -1)
2065 asl_log(NULL, NULL, ASL_LEVEL_ERR, "%s: msdosfs_volume_mark_dirty: error %d from DKIOCSYNCHRONIZECACHE\n", device_name(volume->device), error);
/macosx-10.10.1/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c2946 if (kd[i].arg2 == DKIOCSYNCHRONIZECACHE)
3745 clen += printf(" <DKIOCSYNCHRONIZECACHE> /dev/%s", find_disk_name(arg1));

Completed in 209 milliseconds