Lines Matching defs:bytes
26 * this hack is here because the xlog_pack code copies four bytes
154 int t_curr_res; /* current reservation in bytes : 4 */
155 int t_unit_res; /* unit reservation in bytes : 4 */
170 * - A log record header is 512 bytes. There is plenty of room to grow the
178 * - ic_offset is the current number of bytes written to in this iclog.
290 * at least 512 bytes per 32k of log space just for the LR headers. That means
398 int l_iclog_size; /* size of log in bytes */
401 int l_logsize; /* size of log in bytes */
470 xlog_write_adv_cnt(void **ptr, int *len, int *off, size_t bytes)
472 *ptr += bytes;
473 *len -= bytes;
474 *off += bytes;