Searched defs:buf_sz (Results 1 – 8 of 8) sorted by relevance
19 unsigned int buf_sz; member
51 struct buffer_share *buffer_share_create(unsigned int buf_sz) in buffer_share_create()
184 static int read_adi(int fd, unsigned char *buf, int buf_sz) in read_adi()209 int buf_sz, unsigned long offset) in pread_adi()240 static int write_adi(int fd, const unsigned char * const buf, int buf_sz) in write_adi()264 int buf_sz, unsigned long offset) in pwrite_adi()
366 struct buffer_share* buffer_share_create(unsigned int buf_sz) { in buffer_share_create()
2448 struct buffer_share* buffer_share_create(unsigned int buf_sz) { in buffer_share_create()
274 static const arg_def_t buf_sz = variable
328 static const arg_def_t buf_sz = variable
2211 int res, t, buf_sz, dio_tmp; in do_scsi_device_read_write() local