OSDN Git Service

Add tail entries support.
authorrelan <relan@users.noreply.github.com>
Tue, 10 Jan 2017 07:02:14 +0000 (10:02 +0300)
committerrelan <relan@users.noreply.github.com>
Mon, 16 Jan 2017 06:36:23 +0000 (09:36 +0300)
commitfe052b1c4cbc693036e498f92cbb4a80ff18e983
tree7757b08588f4b3919cb6183361d145fdc9bbc96f
parent09ac9d9cee3db7183de003cacee19af5458af7d9
Add tail entries support.

Tail entries are optional continuations that can appear after the name
entries. Their type is in 0xe0-0xff range. Sony uses them to save some
metadata along with video clips files.

Those entries can be safely ignored but must be included into checksum
calculations.
libexfat/exfat.h
libexfat/exfatfs.h
libexfat/node.c
libexfat/utils.c