HomeSort by: relevance | last modified time | path
    Searched defs:udf_ads_merge (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/udf/
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)) {
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)) {

Completed in 25 milliseconds