Searched refs:req_len (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/zftape/
H A Dzftape-write.h37 extern int _zft_write(const char *buff, int req_len);
H A Dzftape-read.c188 /* req_len: gets clipped due to EOT of EOF.
189 * req_clipped: is a flag indicating whether req_len was clipped or not
192 static int check_read_access(int *req_len, argument
233 if ((*req_len % (*volume)->blk_sz) != 0) {
238 "req_len %d not a multiple of block size %d",
239 *req_len, (*volume)->blk_sz);
246 remaining -= *req_len;
250 *req_len, (int)(*req_len + remaining));
251 *req_len
264 empty_deblock_buf(__u8 *usr_buf, const int req_len, const __u8 *src_buf, const int seg_sz, zft_position *pos, const zft_volinfo *volume) argument
305 _zft_read(char* buff, int req_len) argument
[all...]
H A Dzftape-read.h51 extern int _zft_read(char* buff, int req_len);
H A Dzftape-init.h55 const __u8 *src_buf, const int req_len,
58 __u8 *dst_buf, const int req_len,
H A Dzftape-write.c299 * int req_len : MUST NOT BE CHANGED, except at EOT, in
310 const __u8 *src_buf, const int req_len,
323 *cnt = req_len < space_left ? req_len : space_left;
335 static int check_write_access(int req_len, argument
343 if ((req_len % zft_blk_sz) != 0) {
346 req_len, blk_sz);
391 const char *usr_buf, const int req_len)
401 KERN_INFO "remaining req_len: %d\n"
403 req_len, po
308 zft_simple_write(int *cnt, __u8 *dst_buf, const int seg_sz, const __u8 *src_buf, const int req_len, const zft_position *pos,const zft_volinfo *volume) argument
389 fill_deblock_buf(__u8 *dst_buf, const int seg_sz, zft_position *pos, const zft_volinfo *volume, const char *usr_buf, const int req_len) argument
432 _zft_write(const char* buff, int req_len) argument
[all...]
H A Dzftape-init.c93 size_t req_len, loff_t *ppos);
95 size_t req_len, loff_t *ppos);
220 size_t req_len, loff_t *ppos)
227 TRACE(ft_t_data_flow, "called with count: %ld", (unsigned long)req_len);
234 result = _zft_read(buff, req_len);
243 size_t req_len, loff_t *ppos)
250 TRACE(ft_t_flow, "called with count: %ld", (unsigned long)req_len);
257 result = _zft_write(buff, req_len);
219 zft_read(struct file *fp, char *buff, size_t req_len, loff_t *ppos) argument
242 zft_write(struct file *fp, const char *buff, size_t req_len, loff_t *ppos) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/compressor/
H A Dzftape-compress.c82 const __u8 *src_buf, const int req_len,
558 * const int req_len : the amount of data the user wants to be
563 const __u8 *src_buf, const int req_len,
566 int req_len_left = req_len;
561 zftc_write(int *write_cnt, __u8 *dst_buf, const int seg_sz, const __u8 *src_buf, const int req_len, const zft_position *pos, const zft_volinfo *volume) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dstrip.c1227 static int get_status_info(char *buffer, char **start, off_t req_offset, int req_len) argument
1234 if (shift_buffer(buffer, req_offset, req_len, &total, &slop, &buf)) goto exit;
1239 if (shift_buffer(buffer, req_offset, req_len, &total, &slop, &buf)) break;
1243 return(calc_start_len(buffer, start, req_offset, req_len, total, buf));
/asus-wl-520gu-7.0.1.45/src/include/
H A Dwlioctl.h443 uint32 req_len; member in struct:wlc_assoc_info

Completed in 128 milliseconds