Lines Matching refs:pkg
720 } pkg; in userspace_get_resync_work() local
725 rdata_size = sizeof(pkg); in userspace_get_resync_work()
727 NULL, 0, (char *)&pkg, &rdata_size); in userspace_get_resync_work()
729 *region = pkg.r; in userspace_get_resync_work()
730 return (r) ? r : (int)pkg.i; in userspace_get_resync_work()
746 } pkg; in userspace_set_region_sync() local
748 pkg.r = region; in userspace_set_region_sync()
749 pkg.i = (int64_t)in_sync; in userspace_set_region_sync()
752 (char *)&pkg, sizeof(pkg), NULL, NULL); in userspace_set_region_sync()
845 } pkg; in userspace_is_remote_recovering() local
846 size_t rdata_size = sizeof(pkg); in userspace_is_remote_recovering()
863 (char *)&pkg, &rdata_size); in userspace_is_remote_recovering()
867 lc->in_sync_hint = pkg.in_sync_hint; in userspace_is_remote_recovering()
869 return (int)pkg.is_recovering; in userspace_is_remote_recovering()