Home
last modified time | relevance | path

Searched refs:start_bytes (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A 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()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A 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()
/kernel/linux/linux-5.10/fs/reiserfs/
H A Dfix_node.c394 int start_bytes; in get_num_ver() local
443 /* skip its first 'start_bytes' units */ in get_num_ver()
444 start_bytes = ((from_bytes != -1) ? from_bytes : 0); in get_num_ver()
454 * 'start_bytes' units of 'start_item'-th item and last 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()
537 /* continue from the same item with start_bytes != -1 */ in get_num_ver()
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dfix_node.c394 int start_bytes; in get_num_ver() local
443 /* skip its first 'start_bytes' units */ in get_num_ver()
444 start_bytes = ((from_bytes != -1) ? from_bytes : 0); in get_num_ver()
454 * 'start_bytes' units of 'start_item'-th item and last 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()
537 /* continue from the same item with start_bytes != -1 */ in get_num_ver()

Completed in 8 milliseconds