Searched refs:current_count (Results 1 – 4 of 4) sorted by relevance
| /titanic_41/usr/src/uts/common/io/lvm/softpart/ |
| H A D | sp.c | 941 size_t current_count; in md_sp_strategy() local 1008 current_count = parent_buf->b_bcount; in md_sp_strategy() 1043 more = sp_mapbuf(un, current_blkno, current_count, child_buf); in md_sp_strategy() 1060 current_count -= child_buf->b_bcount; in md_sp_strategy() 1101 size_t current_count; in sp_directed_read() local 1159 current_count = parent_buf->b_bcount; in sp_directed_read() 1181 more = sp_mapbuf(un, current_blkno, current_count, child_buf); in sp_directed_read() 1203 current_count -= child_buf->b_bcount; in sp_directed_read()
|
| /titanic_41/usr/src/uts/common/io/lvm/stripe/ |
| H A D | stripe.c | 694 size_t current_count; in md_stripe_strategy() local 768 current_count = pb->b_bcount; in md_stripe_strategy() 783 more = md_mapbuf(un, current_blkno, current_count, cb, in md_stripe_strategy() 793 current_count -= cb->b_bcount; in md_stripe_strategy()
|
| /titanic_41/usr/src/uts/common/io/lvm/mirror/ |
| H A D | mirror.c | 4187 size_t current_count; in mirror_read_strategy() local 4240 current_count = btodb(pb->b_bcount); in mirror_read_strategy() 4405 cb = md_bioclone(pb, current_offset, current_count, NODEV, in mirror_read_strategy() 4409 (u_longlong_t)current_count); in mirror_read_strategy() 4420 current_count -= more; in mirror_read_strategy()
|
| /titanic_41/usr/src/lib/libtecla/common/ |
| H A D | getline.c | 440 int current_count; /* The repeat count passed to */ member 1808 gl->current_count = 0; in new_GetLine() 7819 gl->vi.repeat.count = gl->current_count; in gl_save_for_undo() 8278 gl->current_count = count; in gl_interpret_char()
|