Lines Matching refs:vfs_context_kernel
50 vfs_context_t ctx = vfs_context_kernel(); in vm_swapfile_open()
97 vfs_context_t context = vfs_context_kernel(); in vm_swapfile_close()
124 ctx = vfs_context_kernel(); in vm_swapfile_preallocate()
178 ctx = vfs_context_kernel(); in vm_record_file_write()
267 ctx = vfs_context_kernel(); in vm_swapfile_io()
364 error = VNOP_IOCTL(devvp, _DKIOCCSUNMAP, (caddr_t)&cs_unmap, 0, vfs_context_kernel()); in vnode_trim_list()
367 error = VNOP_IOCTL(devvp, DKIOCUNMAP, (caddr_t)&unmap, 0, vfs_context_kernel()); in vnode_trim_list()
383 error = VNOP_IOCTL(devvp, _DKIOCCSUNMAP, (caddr_t)&cs_unmap, 0, vfs_context_kernel()); in vnode_trim_list()
386 error = VNOP_IOCTL(devvp, DKIOCUNMAP, (caddr_t)&unmap, 0, vfs_context_kernel()); in vnode_trim_list()
400 vfs_context_t ctx = vfs_context_kernel(); in vm_swap_vol_get_budget()
421 vfs_context_t ctx = vfs_context_kernel(); in vm_swap_vol_get_capacity()