Home
last modified time | relevance | path

Searched refs:vfs_drt_control (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.140.69/bsd/vfs/ !
H A Dvfs_cluster.c239 static kern_return_t vfs_drt_control(void **cmapp, int op_type);
6392 vfs_drt_control(&scmap, 0); /* emit stats and free this memory. Dirty pages stay intact. */ in cluster_push_err()
6455 vfs_drt_control(&(wbp->cl_scmap), 0); in cluster_release()
6931 vfs_drt_control(scmap, 1); in sparse_cluster_push()
8073 vfs_drt_control(void **cmapp, int op_type) in vfs_drt_control() function