Lines Matching refs:vfs_context_kernel
50 vfs_context_t ctx = vfs_context_kernel(); in vm_swapfile_open()
90 vfs_context_t context = vfs_context_kernel(); in vm_swapfile_close()
117 ctx = vfs_context_kernel(); in vm_swapfile_preallocate()
171 ctx = vfs_context_kernel(); in vm_record_file_write()
260 ctx = vfs_context_kernel(); in vm_swapfile_io()
357 error = VNOP_IOCTL(devvp, _DKIOCCSUNMAP, (caddr_t)&cs_unmap, 0, vfs_context_kernel()); in vnode_trim_list()
360 error = VNOP_IOCTL(devvp, DKIOCUNMAP, (caddr_t)&unmap, 0, vfs_context_kernel()); in vnode_trim_list()
376 error = VNOP_IOCTL(devvp, _DKIOCCSUNMAP, (caddr_t)&cs_unmap, 0, vfs_context_kernel()); in vnode_trim_list()
379 error = VNOP_IOCTL(devvp, DKIOCUNMAP, (caddr_t)&unmap, 0, vfs_context_kernel()); in vnode_trim_list()
393 vfs_context_t ctx = vfs_context_kernel(); in vm_swap_vol_get_budget()
414 vfs_context_t ctx = vfs_context_kernel(); in vm_swap_vol_get_capacity()