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

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c186 static int lookup_bucket(struct bucket **buf_ptr, off_t block_num, int num_full);
868 lookup_bucket(struct bucket **buf_ptr, off_t block_num, int num_full) argument
872 if (num_full == 0) {
877 hi = num_full - 1;
913 while (i < num_full && block_num == (*buf_ptr)[i].block_num) {
1093 // the table, blk_index will be equal to num_full)
1122 int num_buckets = STARTING_BUCKETS, num_full, check_past_jnl_end = 1, in_uncharted_territory=0; local
1159 num_full = 0; // empty at first
1335 ret_val = add_block(jnl, &co_buf, number, size, (size_t) offset, blhdr->binfo[i].u.bi.b.cksum, &num_buckets, &num_full);
1405 //printf("jnl: replay_journal: replaying %d blocks\n", num_full);
[all...]

Completed in 25 milliseconds