Lines Matching refs:pkg
721 } pkg; in userspace_get_resync_work() local
726 rdata_size = sizeof(pkg); in userspace_get_resync_work()
728 NULL, 0, (char *)&pkg, &rdata_size); in userspace_get_resync_work()
730 *region = pkg.r; in userspace_get_resync_work()
731 return (r) ? r : (int)pkg.i; in userspace_get_resync_work()
747 } pkg; in userspace_set_region_sync() local
749 pkg.r = region; in userspace_set_region_sync()
750 pkg.i = (int64_t)in_sync; in userspace_set_region_sync()
753 (char *)&pkg, sizeof(pkg), NULL, NULL); in userspace_set_region_sync()
843 } pkg; in userspace_is_remote_recovering() local
844 size_t rdata_size = sizeof(pkg); in userspace_is_remote_recovering()
861 (char *)&pkg, &rdata_size); in userspace_is_remote_recovering()
865 lc->in_sync_hint = pkg.in_sync_hint; in userspace_is_remote_recovering()
867 return (int)pkg.is_recovering; in userspace_is_remote_recovering()