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

  /src/sbin/resize_ffs/
resize_ffs.c 657 find_freespace(unsigned int nfrags) function in typeref:typename:int
708 * See find_freespace(), above, for remarks about hand wrapping around.
751 * See find_freespace(), above, for remarks about hand wrapping around.
880 newloc = find_freespace(ntot);
1344 off = find_freespace(run);
1365 * See the comment header on find_freespace() for one possible bug
resize_ffs.c 657 find_freespace(unsigned int nfrags) function in typeref:typename:int
708 * See find_freespace(), above, for remarks about hand wrapping around.
751 * See find_freespace(), above, for remarks about hand wrapping around.
880 newloc = find_freespace(ntot);
1344 off = find_freespace(run);
1365 * See the comment header on find_freespace() for one possible bug

Completed in 23 milliseconds