Searched refs:scmap (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.121.3/bsd/vfs/ |
| H A D | vfs_cluster.c | 5871 void *scmap; in cluster_push_err() local 5874 scmap = wbp->cl_scmap; in cluster_push_err() 5881 …retval = sparse_cluster_push(wbp, &scmap, vp, ubc_getsize(vp), PUSH_ALL, flags, callback, callback… in cluster_push_err() 5910 vfs_drt_control(&scmap, 0); /* emit stats and free this memory. Dirty pages stay intact. */ in cluster_push_err() 5911 scmap = NULL; in cluster_push_err() 5914 wbp->cl_scmap = scmap; in cluster_push_err() 6437 sparse_cluster_push(struct cl_writebehind *wbp, void **scmap, vnode_t vp, off_t EOF, int push_flag, in sparse_cluster_push() argument 6446 …KERNEL_DEBUG((FSDBG_CODE(DBG_FSRW, 79)) | DBG_FUNC_START, kdebug_vnode(vp), (*scmap), 0, push_flag… in sparse_cluster_push() 6449 vfs_drt_control(scmap, 1); in sparse_cluster_push() 6452 l_scmap = *scmap; in sparse_cluster_push() [all …]
|