Lines Matching refs:pkg
599 } pkg; in userspace_get_resync_work() local
604 rdata_size = sizeof(pkg); in userspace_get_resync_work()
607 (char *)&pkg, &rdata_size); in userspace_get_resync_work()
609 *region = pkg.r; in userspace_get_resync_work()
610 return (r) ? r : (int)pkg.i; in userspace_get_resync_work()
627 } pkg; in userspace_set_region_sync() local
629 pkg.r = region; in userspace_set_region_sync()
630 pkg.i = (int64_t)in_sync; in userspace_set_region_sync()
633 (char *)&pkg, sizeof(pkg), in userspace_set_region_sync()
724 } pkg; in userspace_is_remote_recovering() local
725 size_t rdata_size = sizeof(pkg); in userspace_is_remote_recovering()
742 (char *)&pkg, &rdata_size); in userspace_is_remote_recovering()
746 lc->in_sync_hint = pkg.in_sync_hint; in userspace_is_remote_recovering()
748 return (int)pkg.is_recovering; in userspace_is_remote_recovering()