Home | History | Annotate | Download | only in block

Lines Matching refs:bytes

202  * offset and count are in bytes, but must be multiples of 512 for files
203 * opened with O_DIRECT. buf must be aligned to 512 bytes then.
262 * offset and count are in bytes, but must be multiples of 512 for files
263 * opened with O_DIRECT. buf must be aligned to 512 bytes then.
306 * offset and count are in bytes and possibly not aligned. For files opened
321 /* align offset on a 512 bytes boundary */
389 * offset and count are in bytes and possibly not aligned. For files opened
404 /* align offset on a 512 bytes boundary */
500 /* read all bytes from signal pipe */
502 char bytes[16];
504 len = read(s->rfd, bytes, sizeof(bytes));
507 if (len == sizeof(bytes))