Lines Matching refs:pkg
722 } pkg; in userspace_get_resync_work() local
727 rdata_size = sizeof(pkg); in userspace_get_resync_work()
729 NULL, 0, (char *)&pkg, &rdata_size); in userspace_get_resync_work()
731 *region = pkg.r; in userspace_get_resync_work()
732 return (r) ? r : (int)pkg.i; in userspace_get_resync_work()
748 } pkg; in userspace_set_region_sync() local
750 pkg.r = region; in userspace_set_region_sync()
751 pkg.i = (int64_t)in_sync; in userspace_set_region_sync()
754 (char *)&pkg, sizeof(pkg), NULL, NULL); in userspace_set_region_sync()
844 } pkg; in userspace_is_remote_recovering() local
845 size_t rdata_size = sizeof(pkg); in userspace_is_remote_recovering()
862 (char *)&pkg, &rdata_size); in userspace_is_remote_recovering()
866 lc->in_sync_hint = pkg.in_sync_hint; in userspace_is_remote_recovering()
868 return (int)pkg.is_recovering; in userspace_is_remote_recovering()