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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.c1103 int num_buckets = STARTING_BUCKETS, num_full, check_past_jnl_end = 1, in_uncharted_territory=0; local
1146 while (check_past_jnl_end || jnl->jhdr->start != jnl->jhdr->end) {
1177 if (check_past_jnl_end && in_uncharted_territory) {
1183 check_past_jnl_end = 0;
1207 if (check_past_jnl_end) {
1208 check_past_jnl_end = 0;
1223 check_past_jnl_end = 0;
1364 check_past_jnl_end = 0;

Completed in 34 milliseconds