mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
synced 2024-11-23 17:53:39 +08:00
04bbe69311
- Make buffers for pretty-printed filenames 341 bytes long, long enough for 255 (NAME_MAX) base64-encoded bytes. Then print encrypted filenames in full, base64-encoded. This will be useful for tests I'm writing which verify the correct ciphertext is stored on-disk. - Rename convert_encrypted_name() to pretty_print_filename(), to make it clear that it handles unencrypted names too. Also make the output 'char' rather than 'unsigned char', as it's for printing; and remove the unnecessary return value. Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> |
||
---|---|---|
.. | ||
android_config.h | ||
f2fs_fs.h | ||
quota.h |