Searched refs:vfs_drt_trace (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/vfs/ |
| H A D | vfs_cluster.c | 7455 static void vfs_drt_trace( 7595 vfs_drt_trace(cmap, DRT_DEBUG_ALLOC, copycount, 0, 0, 0); in vfs_drt_alloc_map() 7605 vfs_drt_trace(ocmap, DRT_DEBUG_SCMDATA, in vfs_drt_alloc_map() 7718 vfs_drt_trace(cmap, DRT_DEBUG_INSERT, (int)offset, i, 0, 0); in vfs_drt_get_index() 7760 vfs_drt_trace(cmap, DRT_DEBUG_MARK | DBG_FUNC_START, (int)offset, (int)length, dirty, 0); in vfs_drt_do_mark_pages() 7770 vfs_drt_trace(cmap, DRT_DEBUG_MARK | DBG_FUNC_END, 1, 0, 0, 0); in vfs_drt_do_mark_pages() 7775 vfs_drt_trace(cmap, DRT_DEBUG_MARK | DBG_FUNC_END, 2, 0, 0, 0); in vfs_drt_do_mark_pages() 7798 vfs_drt_trace(cmap, DRT_DEBUG_MARK | DBG_FUNC_END, 3, (int)length, 0, 0); in vfs_drt_do_mark_pages() 7845 vfs_drt_trace(cmap, DRT_DEBUG_MARK | DBG_FUNC_END, 0, setcount, 0, 0); in vfs_drt_do_mark_pages() 7962 vfs_drt_trace(cmap, DRT_DEBUG_RETCLUSTER, (int)offset, (int)length, 0, 0); in vfs_drt_get_cluster() [all …]
|