Lines Matching refs:pkg
715 } pkg; in userspace_get_resync_work() local
720 rdata_size = sizeof(pkg); in userspace_get_resync_work()
722 NULL, 0, (char *)&pkg, &rdata_size); in userspace_get_resync_work()
724 *region = pkg.r; in userspace_get_resync_work()
725 return (r) ? r : (int)pkg.i; in userspace_get_resync_work()
741 } pkg; in userspace_set_region_sync() local
743 pkg.r = region; in userspace_set_region_sync()
744 pkg.i = (int64_t)in_sync; in userspace_set_region_sync()
747 (char *)&pkg, sizeof(pkg), NULL, NULL); in userspace_set_region_sync()
839 } pkg; in userspace_is_remote_recovering() local
840 size_t rdata_size = sizeof(pkg); in userspace_is_remote_recovering()
857 (char *)&pkg, &rdata_size); in userspace_is_remote_recovering()
861 lc->in_sync_hint = pkg.in_sync_hint; in userspace_is_remote_recovering()
863 return (int)pkg.is_recovering; in userspace_is_remote_recovering()