Home
last modified time | relevance | path

Searched refs:start_bytes (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/wireless/hostap/
Dhostap_proc.c276 int start_bytes, left, copy, copied; in prism2_io_debug_proc_read() local
286 start_bytes = (PRISM2_IO_DEBUG_SIZE - head) * 4; in prism2_io_debug_proc_read()
289 if (off < start_bytes) { in prism2_io_debug_proc_read()
290 copy = start_bytes - off; in prism2_io_debug_proc_read()
298 memcpy(page, ((u8 *) local->io_debug) + (off - start_bytes), in prism2_io_debug_proc_read()
/linux-3.4.99/fs/reiserfs/
Dfix_node.c381 start_bytes, /* number of first bytes (entries for directory) of start_item-th item in get_num_ver() local
422 start_bytes = ((from_bytes != -1) ? from_bytes : 0); in get_num_ver()
444 op_part_size(vi, 0 /*from start */ , start_bytes); in get_num_ver()
454 start_bytes = 0; in get_num_ver()
483 op_check_left(vi, free_space, start_bytes, in get_num_ver()
496 start_bytes += units; in get_num_ver()