Home
last modified time | relevance | path

Searched refs:endblock (Results 1 - 1 of 1) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
H A Dattrib.c1542 s32 endblock = (((pos + count - 1) >> cluster_size_bits) in split_compressed_hole() local
1553 if (endblock < rl[0].length) { in split_compressed_hole()
1563 if (endblock > na->compression_block_clusters) { in split_compressed_hole()
1579 rl[2].length = rl[0].length - endblock; in split_compressed_hole()
1580 rl[0].length = endblock in split_compressed_hole()
1607 if (beginwrite < endblock) { in split_compressed_hole()
1609 rl[1].length = rl[0].length - endblock; in split_compressed_hole()
1610 rl[0].length = endblock; in split_compressed_hole()
1616 rl[1].length = rl[0].length - endblock; in split_compressed_hole()
1617 rl[0].length = endblock; in split_compressed_hole()
1685 s32 endblock; global() local
[all...]

Completed in 4 milliseconds