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

/macosx-10.10.1/xnu-2782.1.97/bsd/vm/
H A Dvm_compressor_backing_file.c318 error = VNOP_IOCTL(devvp, DKIOCUNMAP, (caddr_t)&unmap, 0, vfs_context_kernel());
337 error = VNOP_IOCTL(devvp, DKIOCUNMAP, (caddr_t)&unmap, 0, vfs_context_kernel());
H A Dvnode_pager.c207 * Used to call the DKIOCUNMAP ioctl on the underlying disk device for the specified vnode.
261 * the DKIOCUNMAP ioctl takes offset in bytes from the start of the device.
269 error = VNOP_IOCTL(devvp, DKIOCUNMAP, (caddr_t)&unmap, 0, vfs_context_kernel());
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Ddisk.h58 * DKIOCUNMAP delete unused data
148 #define DKIOCUNMAP _IOW('d', 31, dk_unmap_t) macro
/macosx-10.10.1/libutil-38/
H A Dwipefs.cpp259 ioctl(handle->fd, DKIOCUNMAP, (caddr_t)&unmap);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_symfile.c147 if (DKIOCUNMAP == theIoctl)
154 // printf("DKIOCUNMAP(%d) 0x%qx, 0x%qx\n", error, extent.offset, extent.length);
544 (void) kern_ioctl_file_extents(ref, DKIOCUNMAP, discard_offset, discard_end);
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DVolumeBitmapCheck.c1103 err = ioctl(fsreadfd, DKIOCUNMAP, &gTrimData);
1134 * in the bitmap) and issue DKIOCUNMAP requests to tell the underlying device
1245 * trimming (i.e., whether it supports DKIOCUNMAP).
/macosx-10.10.1/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c675 if (ap->a_command == DKIOCUNMAP) {
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOMediaBSDClient.cpp1794 case DKIOCUNMAP: // (dk_unmap_t)
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c521 ; Function: Issue a DKIOCUNMAP for all blocks currently tracked by the jnl_trim_list
558 error = VNOP_IOCTL(hfsmp->hfs_devvp, DKIOCUNMAP, (caddr_t)&unmap, 0, vfs_context_kernel());
580 ; from any pending DKIOCUNMAP.
/macosx-10.10.1/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c2948 else if (kd[i].arg2 == DKIOCUNMAP)
3755 clen += printf(" <DKIOCUNMAP> /dev/%s", find_disk_name(arg1));
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c3619 errno = VNOP_IOCTL(jnl->fsdev, DKIOCUNMAP, (caddr_t)&unmap, FWRITE, vfs_context_kernel());
3648 * would get sent to the device after the DKIOCUNMAP.
4208 // Send a DKIOCUNMAP for the extents trimmed by this transaction, and

Completed in 218 milliseconds