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

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

Completed in 24 milliseconds