Searched refs:cl_scmap (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | ubc_internal.h | 89 void * cl_scmap; /* pointer to sparse cluster map */ member
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_cluster.c | 3254 if (wbp->cl_scmap) { in cluster_update_state_internal() 3260 sparse_cluster_add(wbp, &(wbp->cl_scmap), vp, cl, newEOF, callback, callback_arg, vm_initiated); in cluster_update_state_internal() 3274 …sparse_cluster_push(wbp, &(wbp->cl_scmap), vp, newEOF, PUSH_ALL, 0, callback, callback_arg, vm_ini… in cluster_update_state_internal() 3473 sparse_cluster_add(wbp, &(wbp->cl_scmap), vp, cl, newEOF, callback, callback_arg, vm_initiated); in cluster_update_state_internal() 5827 if (!ISSET(flags, IO_SYNC) && wbp->cl_number == 0 && wbp->cl_scmap == NULL) { in cluster_push_err() 5834 wbp->cl_scmap, wbp->cl_number, flags, 0, 0); in cluster_push_err() 5868 if (wbp->cl_scmap) { in cluster_push_err() 5872 scmap = wbp->cl_scmap; in cluster_push_err() 5873 wbp->cl_scmap = NULL; in cluster_push_err() 5886 if (wbp->cl_scmap != NULL) { in cluster_push_err() [all …]
|
| H A D | vfs_subr.c | 497 if (wbp && (wbp->cl_number || wbp->cl_scmap)) { in vnode_hasdirtyblks()
|