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

  /src/sys/fs/udf/
udf_allocation.c 986 udf_bitmap_check_trunc_free(struct udf_bitmap *bitmap, uint32_t to_trunc)
992 DPRINTF(RESERVE, ("\ttrying to trunc %d bits from bitmap\n", to_trunc));
993 offset = bitmap->max_offset - to_trunc;
999 while (to_trunc > 0) {
1004 to_trunc--;
1469 uint64_t meta_free_lbs, data_free_lbs, to_trunc; local in function:udf_trunc_metadatapart
1501 to_trunc = meta_free_lbs/4; /* give out a quarter */
1502 to_trunc = MAX(to_trunc, num_lb);
1503 to_trunc = unit * ((to_trunc + unit-1) / unit); /* round up *
    [all...]
udf_allocation.c 986 udf_bitmap_check_trunc_free(struct udf_bitmap *bitmap, uint32_t to_trunc)
992 DPRINTF(RESERVE, ("\ttrying to trunc %d bits from bitmap\n", to_trunc));
993 offset = bitmap->max_offset - to_trunc;
999 while (to_trunc > 0) {
1004 to_trunc--;
1469 uint64_t meta_free_lbs, data_free_lbs, to_trunc; local in function:udf_trunc_metadatapart
1501 to_trunc = meta_free_lbs/4; /* give out a quarter */
1502 to_trunc = MAX(to_trunc, num_lb);
1503 to_trunc = unit * ((to_trunc + unit-1) / unit); /* round up *
    [all...]

Completed in 22 milliseconds