Searched refs:total_sz (Results 1 – 2 of 2) sorted by relevance
291 const int total_sz = user_sz + role_sz + type_sz + in hidden_def() local294 char *str = (char *)malloc(total_sz + 1); in hidden_def()299 rc = snprintf(str, total_sz + 1, "%s:%s:%s:%s", in hidden_def()301 if (rc < 0 || (rc >= total_sz + 1)) { in hidden_def()306 rc = snprintf(str, total_sz + 1, "%s:%s:%s", in hidden_def()308 if (rc < 0 || (rc >= total_sz + 1)) { in hidden_def()
577 unsigned long total_sz, total_gp_user_sz; in check_enhanced_area_total_limit() local651 total_sz = get_sector_count(ext_csd) / 2; in check_enhanced_area_total_limit()654 if (total_gp_user_sz > total_sz) { in check_enhanced_area_total_limit()657 total_gp_user_sz, total_sz, device); in check_enhanced_area_total_limit()