Home
last modified time | relevance | path

Searched refs:LOG_ENT_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/nvdimm/
Dbtt.h29 #define LOG_ENT_SIZE sizeof(struct log_entry) macro
Dbtt.c193 arena->logoff + (2 * lane * LOG_ENT_SIZE), ent, in btt_log_read_pair()
194 2 * LOG_ENT_SIZE); in btt_log_read_pair()
329 memcpy(ent, &log[ret_ent], LOG_ENT_SIZE); in btt_log_read()
350 unsigned int log_half = (LOG_ENT_SIZE - 2 * sizeof(u64)) / 2; in __btt_log_write()
351 u64 ns_off = arena->logoff + (((2 * lane) + sub) * LOG_ENT_SIZE); in __btt_log_write()