Searched refs:scmap (Results 1 – 1 of 1) sorted by relevance
6263 void *scmap; in cluster_push_err() local6266 scmap = wbp->cl_scmap; in cluster_push_err()6303 scmap = NULL; in cluster_push_err()6306 wbp->cl_scmap = scmap; in cluster_push_err()6841 vfs_drt_control(scmap, 1); in sparse_cluster_push()6844 l_scmap = *scmap; in sparse_cluster_push()6849 if (vfs_drt_get_cluster(scmap, &offset, &length) != KERN_SUCCESS) { in sparse_cluster_push()6873 if (*scmap != l_scmap) { in sparse_cluster_push()6879 if (vfs_drt_mark_pages(scmap, offset, length, NULL) != KERN_SUCCESS) { in sparse_cluster_push()6914 while (vfs_drt_mark_pages(scmap, offset, length, &new_dirty) != KERN_SUCCESS) { in sparse_cluster_add()[all …]