Searched refs:cl_scmap (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | ubc_internal.h | 93 void * cl_scmap; /* pointer to sparse cluster map */ member
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_cluster.c | 3914 if (wbp->cl_scmap) { in cluster_update_state_internal() 3920 sparse_cluster_add(wbp, &(wbp->cl_scmap), vp, cl, newEOF, callback, callback_arg, vm_initiated); in cluster_update_state_internal() 3934 …sparse_cluster_push(wbp, &(wbp->cl_scmap), vp, newEOF, PUSH_ALL, 0, callback, callback_arg, vm_ini… in cluster_update_state_internal() 4133 sparse_cluster_add(wbp, &(wbp->cl_scmap), vp, cl, newEOF, callback, callback_arg, vm_initiated); in cluster_update_state_internal() 6565 if (!ISSET(flags, IO_SYNC) && wbp->cl_number == 0 && wbp->cl_scmap == NULL) { in cluster_push_err() 6572 wbp->cl_scmap, wbp->cl_number, flags, 0, 0); in cluster_push_err() 6606 if (wbp->cl_scmap) { in cluster_push_err() 6610 scmap = wbp->cl_scmap; in cluster_push_err() 6611 wbp->cl_scmap = NULL; in cluster_push_err() 6624 if (wbp->cl_scmap != NULL) { in cluster_push_err() [all …]
|
| H A D | vfs_subr.c | 556 if (wbp && (wbp->cl_number || wbp->cl_scmap)) { in vnode_hasdirtyblks()
|