Searched refs:scmap (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/bsd/vfs/ |
| H A D | vfs_cluster.c | 6353 void *scmap; in cluster_push_err() local 6356 scmap = wbp->cl_scmap; in cluster_push_err() 6363 …retval = sparse_cluster_push(wbp, &scmap, vp, ubc_getsize(vp), PUSH_ALL, flags, callback, callback… in cluster_push_err() 6392 vfs_drt_control(&scmap, 0); /* emit stats and free this memory. Dirty pages stay intact. */ in cluster_push_err() 6393 scmap = NULL; in cluster_push_err() 6396 wbp->cl_scmap = scmap; in cluster_push_err() 6919 sparse_cluster_push(struct cl_writebehind *wbp, void **scmap, vnode_t vp, off_t EOF, int push_flag, in sparse_cluster_push() argument 6928 …KERNEL_DEBUG((FSDBG_CODE(DBG_FSRW, 79)) | DBG_FUNC_START, kdebug_vnode(vp), (*scmap), 0, push_flag… in sparse_cluster_push() 6931 vfs_drt_control(scmap, 1); in sparse_cluster_push() 6934 l_scmap = *scmap; in sparse_cluster_push() [all …]
|