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

/linux-4.4.14/drivers/nvdimm/
H A Dbtt.c344 * Ignore the padding in log_entry for calculating log_half. __btt_log_write()
350 unsigned int log_half = (LOG_ENT_SIZE - 2 * sizeof(u64)) / 2; __btt_log_write() local
355 ret = arena_write_bytes(arena, ns_off, src, log_half); __btt_log_write()
359 ns_off += log_half; __btt_log_write()
360 src += log_half; __btt_log_write()
361 return arena_write_bytes(arena, ns_off, src, log_half); __btt_log_write()

Completed in 54 milliseconds