Searched refs:ocmap (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c6063 struct vfs_drt_clustermap *cmap, *ocmap; local
6069 ocmap = NULL;
6071 ocmap = *cmapp;
6076 if (ocmap == NULL) {
6081 for (i = 0; i < ocmap->scm_modulus; i++) {
6082 if (!DRT_HASH_VACANT(ocmap, i) &&
6083 (DRT_HASH_GET_COUNT(ocmap, i) != 0))
6090 if (ocmap->scm_modulus == DRT_HASH_SMALL_MODULUS) {
6138 if (ocmap != NULL) {
6139 for (i = 0; i < ocmap
[all...]

Completed in 25 milliseconds