Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_proc.c237 int start_bytes, left, copy, copied; in prism2_io_debug_proc_read() local
247 start_bytes = (PRISM2_IO_DEBUG_SIZE - head) * 4; in prism2_io_debug_proc_read()
250 if (off < start_bytes) { in prism2_io_debug_proc_read()
251 copy = start_bytes - off; in prism2_io_debug_proc_read()
259 memcpy(page, ((u8 *) local->io_debug) + (off - start_bytes), in prism2_io_debug_proc_read()
/Linux-v4.19/fs/reiserfs/
Dfix_node.c395 int start_bytes; in get_num_ver() local
446 start_bytes = ((from_bytes != -1) ? from_bytes : 0); in get_num_ver()
473 op_part_size(vi, 0 /*from start */ , start_bytes); in get_num_ver()
483 start_bytes = 0; in get_num_ver()
517 op_check_left(vi, free_space, start_bytes, in get_num_ver()
530 start_bytes += units; in get_num_ver()