Lines Matching defs:bytes
148 int bytes)
158 space -= bytes;
174 int bytes)
186 if (tmp > bytes)
187 space += bytes;
189 space = bytes - tmp;
629 * blk_offset - Start block # where block size is 512 bytes (BBSIZE)
1318 * is passed in the cycle/bytes formal parms. In the special case where
1367 xfs_alert(log->l_mp, " GH cycle = %d, GH bytes = %d",
1676 * (a) enough on-disk log space to log the number of bytes specified, (b) at
2156 xfs_warn(mp, " unit res = %d bytes", ticket->t_unit_res);
2157 xfs_warn(mp, " current res = %d bytes", ticket->t_curr_res);
2193 xfs_warn(mp, " bytes = %d", lv->lv_bytes);
2204 xfs_warn(mp, " first %d bytes of iovec[%d]:", dumplen, i);
2472 * bytes have been written out.
2540 * iclog with the number of bytes written here.
2945 * until you know exactly how many bytes get copied. Therefore, wait
3046 int bytes;
3059 bytes = ticket->t_curr_res;
3062 bytes += ticket->t_unit_res*ticket->t_cnt;
3065 xlog_grant_sub_space(log, &log->l_reserve_head.grant, bytes);
3066 xlog_grant_sub_space(log, &log->l_write_head.grant, bytes);
3406 * Figure out the total log space unit (in bytes) that would be