Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dplaylog.c1615 int addedlength; in insert_index_allocation() local
1635 addedlength = length - 8 /* index allocation */ in insert_index_allocation()
1639 && ((used + addedlength) < mftrecsz)) { in insert_index_allocation()
1641 memmove(buffer + offs + addedlength, buffer + offs, in insert_index_allocation()
1642 mftrecsz - offs - addedlength); in insert_index_allocation()
1643 record->bytes_in_use = cpu_to_le32(used + addedlength); in insert_index_allocation()

Completed in 6 milliseconds