Searched refs:cl_scmap (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.121.2/bsd/sys/ |
| H A D | ubc_internal.h | 90 void * cl_scmap; /* pointer to sparse cluster map */ member
|
| /xnu-8796.121.2/bsd/vfs/ |
| H A D | vfs_cluster.c | 3284 if (wbp->cl_scmap) { in cluster_update_state_internal() 3290 sparse_cluster_add(wbp, &(wbp->cl_scmap), vp, cl, newEOF, callback, callback_arg, vm_initiated); in cluster_update_state_internal() 3304 …sparse_cluster_push(wbp, &(wbp->cl_scmap), vp, newEOF, PUSH_ALL, 0, callback, callback_arg, vm_ini… in cluster_update_state_internal() 3503 sparse_cluster_add(wbp, &(wbp->cl_scmap), vp, cl, newEOF, callback, callback_arg, vm_initiated); in cluster_update_state_internal() 5867 if (!ISSET(flags, IO_SYNC) && wbp->cl_number == 0 && wbp->cl_scmap == NULL) { in cluster_push_err() 5874 wbp->cl_scmap, wbp->cl_number, flags, 0, 0); in cluster_push_err() 5908 if (wbp->cl_scmap) { in cluster_push_err() 5912 scmap = wbp->cl_scmap; in cluster_push_err() 5913 wbp->cl_scmap = NULL; in cluster_push_err() 5926 if (wbp->cl_scmap != NULL) { in cluster_push_err() [all …]
|
| H A D | vfs_subr.c | 563 if (wbp && (wbp->cl_number || wbp->cl_scmap)) { in vnode_hasdirtyblks()
|