Home
last modified time | relevance | path

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

/fs/pstore/
A Dinode.c53 #define REC_SIZE sizeof(struct pstore_ftrace_record) macro
77 data->off = ps->total_size % REC_SIZE; in pstore_ftrace_seq_start()
78 data->off += *pos * REC_SIZE; in pstore_ftrace_seq_start()
79 if (data->off + REC_SIZE > ps->total_size) in pstore_ftrace_seq_start()
96 data->off += REC_SIZE; in pstore_ftrace_seq_next()
97 if (data->off + REC_SIZE > ps->total_size) in pstore_ftrace_seq_next()

Completed in 3 milliseconds