Home
last modified time | relevance | path

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

/linux-4.19.296/fs/pstore/
Dinode.c59 #define REC_SIZE sizeof(struct pstore_ftrace_record) macro
81 data->off = ps->total_size % REC_SIZE; in pstore_ftrace_seq_start()
82 data->off += *pos * REC_SIZE; in pstore_ftrace_seq_start()
83 if (data->off + REC_SIZE > ps->total_size) { in pstore_ftrace_seq_start()
103 data->off += REC_SIZE; in pstore_ftrace_seq_next()
104 if (data->off + REC_SIZE > ps->total_size) in pstore_ftrace_seq_next()