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

  /src/sys/fs/hfs/
libhfs.c 2150 uint64_t ext_length, last_offset; local in function:hfslib_readd_with_extents
2166 ext_length = in_extents[i].block_count * in_vol->vh.block_size;
2168 if (in_offset < last_offset+ext_length
2174 isect_end = min(in_offset+in_length, last_offset+ext_length);
2186 last_offset += ext_length;
libhfs.c 2150 uint64_t ext_length, last_offset; local in function:hfslib_readd_with_extents
2166 ext_length = in_extents[i].block_count * in_vol->vh.block_size;
2168 if (in_offset < last_offset+ext_length
2174 isect_end = min(in_offset+in_length, last_offset+ext_length);
2186 last_offset += ext_length;
libhfs.c 2150 uint64_t ext_length, last_offset; local in function:hfslib_readd_with_extents
2166 ext_length = in_extents[i].block_count * in_vol->vh.block_size;
2168 if (in_offset < last_offset+ext_length
2174 isect_end = min(in_offset+in_length, last_offset+ext_length);
2186 last_offset += ext_length;

Completed in 35 milliseconds