REC_SIZE           69 fs/pstore/inode.c 	data->off = ps->total_size % REC_SIZE;
REC_SIZE           70 fs/pstore/inode.c 	data->off += *pos * REC_SIZE;
REC_SIZE           71 fs/pstore/inode.c 	if (data->off + REC_SIZE > ps->total_size) {
REC_SIZE           91 fs/pstore/inode.c 	data->off += REC_SIZE;
REC_SIZE           92 fs/pstore/inode.c 	if (data->off + REC_SIZE > ps->total_size)