Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intersil/hostap/
Dhostap_proc.c240 int start_bytes, left, copy; in prism2_io_debug_proc_read() local
249 start_bytes = (PRISM2_IO_DEBUG_SIZE - head) * 4; in prism2_io_debug_proc_read()
252 if (off < start_bytes) { in prism2_io_debug_proc_read()
253 copy = start_bytes - off; in prism2_io_debug_proc_read()
261 memcpy(page, ((u8 *) local->io_debug) + (off - start_bytes), in prism2_io_debug_proc_read()
/linux-6.1.9/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()