Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dabd.c796 struct buf_arg *ba_ptr = private; in abd_copy_to_buf_off_cb() local
799 ba_ptr->arg_buf = (char *)ba_ptr->arg_buf + size; in abd_copy_to_buf_off_cb()
810 struct buf_arg ba_ptr = { buf }; in abd_copy_to_buf_off() local
813 &ba_ptr); in abd_copy_to_buf_off()
820 struct buf_arg *ba_ptr = private; in abd_cmp_buf_off_cb() local
822 ret = memcmp(buf, ba_ptr->arg_buf, size); in abd_cmp_buf_off_cb()
823 ba_ptr->arg_buf = (char *)ba_ptr->arg_buf + size; in abd_cmp_buf_off_cb()
834 struct buf_arg ba_ptr = { (void *) buf }; in abd_cmp_buf_off() local
842 struct buf_arg *ba_ptr = private; in abd_copy_from_buf_off_cb() local
845 ba_ptr->arg_buf = (char *)ba_ptr->arg_buf + size; in abd_copy_from_buf_off_cb()
[all …]