udf_allocation.c | 988 uint32_t seq_free, offset; local in function:udf_bitmap_check_trunc_free 998 seq_free = 0; 1000 seq_free++; 1003 seq_free = 0; 1012 DPRINTF(RESERVE, ("\tfound %d sequential free bits in bitmap\n", seq_free)); 1013 return seq_free;
|