Searched refs:rep_size (Results 1 – 2 of 2) sorted by relevance
57 int rep_size; member286 msg->rep = tipc_tlv_alloc(msg->rep_size); in tipc_nl_compat_dumpit()1206 msg->rep_size = MAX_BEARERS * TLV_SPACE(TIPC_MAX_BEARER_NAME); in tipc_nl_compat_handle()1222 msg->rep_size = ULTRA_STRING_MAX_LEN; in tipc_nl_compat_handle()1229 msg->rep_size = ULTRA_STRING_MAX_LEN; in tipc_nl_compat_handle()1247 msg->rep_size = ULTRA_STRING_MAX_LEN; in tipc_nl_compat_handle()1254 msg->rep_size = ULTRA_STRING_MAX_LEN; in tipc_nl_compat_handle()1260 msg->rep_size = MAX_MEDIA * TLV_SPACE(TIPC_MAX_MEDIA_NAME); in tipc_nl_compat_handle()1265 msg->rep_size = ULTRA_STRING_MAX_LEN; in tipc_nl_compat_handle()1280 msg->rep_size = sizeof(u32); in tipc_nl_compat_handle()
1323 size_t rep_size; in get_zones_wp() local1329 rep_size = sizeof(struct blk_zone_report) + nrz * sizeof(struct blk_zone); in get_zones_wp()1332 rep = g_malloc(rep_size); in get_zones_wp()1335 memset(rep, 0, rep_size); in get_zones_wp()2094 size_t rep_size; in handle_aiocb_zone_report() local2100 rep_size = sizeof(struct blk_zone_report) + nrz * sizeof(struct blk_zone); in handle_aiocb_zone_report()2102 rep = g_malloc(rep_size); in handle_aiocb_zone_report()2106 memset(rep, 0, rep_size); in handle_aiocb_zone_report()