Searched refs:cl_scmap (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/bsd/sys/ |
| H A D | ubc_internal.h | 93 void * cl_scmap; /* pointer to sparse cluster map */ member
|
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_cluster.c | 3898 if (wbp->cl_scmap) { in cluster_update_state_internal() 3904 sparse_cluster_add(wbp, &(wbp->cl_scmap), vp, cl, newEOF, callback, callback_arg, vm_initiated); in cluster_update_state_internal() 3918 …sparse_cluster_push(wbp, &(wbp->cl_scmap), vp, newEOF, PUSH_ALL, 0, callback, callback_arg, vm_ini… in cluster_update_state_internal() 4117 sparse_cluster_add(wbp, &(wbp->cl_scmap), vp, cl, newEOF, callback, callback_arg, vm_initiated); in cluster_update_state_internal() 6533 if (!ISSET(flags, IO_SYNC) && wbp->cl_number == 0 && wbp->cl_scmap == NULL) { in cluster_push_err() 6540 wbp->cl_scmap, wbp->cl_number, flags, 0, 0); in cluster_push_err() 6574 if (wbp->cl_scmap) { in cluster_push_err() 6578 scmap = wbp->cl_scmap; in cluster_push_err() 6579 wbp->cl_scmap = NULL; in cluster_push_err() 6592 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()
|