Home
last modified time | relevance | path

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

/fs/pstore/
Dinode.c64 #define REC_SIZE sizeof(struct pstore_ftrace_record) macro
75 data->off = ps->size % REC_SIZE; in pstore_ftrace_seq_start()
76 data->off += *pos * REC_SIZE; in pstore_ftrace_seq_start()
77 if (data->off + REC_SIZE > ps->size) { in pstore_ftrace_seq_start()
96 data->off += REC_SIZE; in pstore_ftrace_seq_next()
97 if (data->off + REC_SIZE > ps->size) in pstore_ftrace_seq_next()