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

/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.c179 uint32_t jnl_offset; member in struct:bucket
940 (*buf_ptr)[blk_index].jnl_offset = offset;
972 new_offset = (*buf_ptr)[blk_index-1].jnl_offset + (block_end - prev_block_start);
997 // be eliminated. The block_num, size, and jnl_offset of partially overlapped
1016 new_offset = (*buf_ptr)[index].jnl_offset + overlap; // check for wrap-around
1020 (*buf_ptr)[index].jnl_offset = new_offset;
1414 off_t jnl_offset = (off_t) co_buf[i].jnl_offset; local
1418 // printf("replaying co_buf[%d]: block 0x%llx, size 0x%x, jnl_offset 0x%llx\n", i, co_buf[i].block_num,
1419 // co_buf[i].block_size, co_buf[i].jnl_offset);
[all...]

Completed in 114 milliseconds