Lines Matching refs:offset_in_block
270 type_data.offset_in_block=0;
457 type_data.u.buffer [type_data.offset_in_block]=tmp;
458 type_data.offset_in_block++;
460 if (type_data.offset_in_block==file_system_info.block_size) {
465 type_data.offset_in_block--;
474 type_data.u.buffer [type_data.offset_in_block]=tmp;
475 type_data.offset_in_block++;
476 if (type_data.offset_in_block==file_system_info.block_size) {
481 type_data.offset_in_block--;
632 if (type_data.offset_in_block==offset+i)
639 if (type_data.offset_in_block==offset+i)
644 if (type_data.offset_in_block==offset+i)
649 if (type_data.offset_in_block==offset+i) {
711 if (type_data.offset_in_block+offset < file_system_info.block_size) {
712 type_data.offset_in_block+=offset;
740 if (type_data.offset_in_block-offset >= 0) {
741 type_data.offset_in_block-=offset;