udf_allocation.c | 79 static int udf_ads_merge(uint32_t max_len, uint32_t lb_size, struct long_ad *a1, struct long_ad *a2); 1697 * Try to merge a1 with the new piece a2. udf_ads_merge returns error when not 1702 udf_ads_merge(uint32_t max_len, uint32_t lb_size, struct long_ad *a1, struct long_ad *a2) function in typeref:typename:int 2543 if (udf_ads_merge(max_len, lb_size, &c_ad, &s_ad)) { 2799 if (udf_ads_merge(max_len, lb_size, &c_ad, &s_ad)) { 3154 if (udf_ads_merge(max_len, lb_size, &c_ad, &s_ad)) {
|