Home
last modified time | relevance | path

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

/linux/fs/pstore/
A Dinode.c50 #define REC_SIZE sizeof(struct pstore_ftrace_record) macro
72 data->off = ps->total_size % REC_SIZE; in pstore_ftrace_seq_start()
73 data->off += *pos * REC_SIZE; in pstore_ftrace_seq_start()
74 if (data->off + REC_SIZE > ps->total_size) { in pstore_ftrace_seq_start()
94 data->off += REC_SIZE; in pstore_ftrace_seq_next()
95 if (data->off + REC_SIZE > ps->total_size) in pstore_ftrace_seq_next()

Completed in 4 milliseconds