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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.c829 // printf("jnl: lookup_bucket: expanded co_buf to %d elems\n", new_size);
1076 //printf("jnl: add_block: trouble adding block to co_buf\n");
1102 struct bucket *co_buf; local
1129 if ((MALLOC(co_buf, struct bucket *, num_buckets*sizeof(struct bucket), M_TEMP, M_WAITOK)) == NULL) {
1138 co_buf[i].block_num = -1;
1268 //printf("jnl: replay_journal: adding %d blocks in journal entry @ 0x%llx to co_buf\n",
1314 // add this bucket to co_buf, coalescing where possible
1316 ret_val = add_block(jnl, &co_buf, number, size, (size_t) offset, blhdr->binfo[i].u.bi.b.cksum, &num_buckets, &num_full);
1319 printf("jnl: %s: replay_journal: trouble adding block to co_buf\n", jnl->jdev_name);
1394 if (co_buf[
[all...]

Completed in 67 milliseconds