Searched refs:ba_ptr (Results 1 – 1 of 1) sorted by relevance
826 struct buf_arg *ba_ptr = private; in abd_copy_to_buf_off_cb() local829 ba_ptr->arg_buf = (char *)ba_ptr->arg_buf + size; in abd_copy_to_buf_off_cb()840 struct buf_arg ba_ptr = { buf }; in abd_copy_to_buf_off() local843 &ba_ptr); in abd_copy_to_buf_off()850 struct buf_arg *ba_ptr = private; in abd_cmp_buf_off_cb() local852 ret = memcmp(buf, ba_ptr->arg_buf, size); in abd_cmp_buf_off_cb()853 ba_ptr->arg_buf = (char *)ba_ptr->arg_buf + size; in abd_cmp_buf_off_cb()864 struct buf_arg ba_ptr = { (void *) buf }; in abd_cmp_buf_off() local872 struct buf_arg *ba_ptr = private; in abd_copy_from_buf_off_cb() local875 ba_ptr->arg_buf = (char *)ba_ptr->arg_buf + size; in abd_copy_from_buf_off_cb()[all …]