Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/intersil/hostap/
Dhostap_proc.c239 int start_bytes, left, copy; in prism2_io_debug_proc_read() local
248 start_bytes = (PRISM2_IO_DEBUG_SIZE - head) * 4; in prism2_io_debug_proc_read()
251 if (off < start_bytes) { in prism2_io_debug_proc_read()
252 copy = start_bytes - off; in prism2_io_debug_proc_read()
260 memcpy(page, ((u8 *) local->io_debug) + (off - start_bytes), in prism2_io_debug_proc_read()
/Linux-v5.10/fs/reiserfs/
Dfix_node.c394 int start_bytes; in get_num_ver() local
444 start_bytes = ((from_bytes != -1) ? from_bytes : 0); in get_num_ver()
471 op_part_size(vi, 0 /*from start */ , start_bytes); in get_num_ver()
481 start_bytes = 0; in get_num_ver()
515 op_check_left(vi, free_space, start_bytes, in get_num_ver()
528 start_bytes += units; in get_num_ver()