aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/lists.py
diff options
context:
space:
mode:
authorDaeho Jeong <[email protected]>2020-10-30 13:10:34 +0900
committerJaegeuk Kim <[email protected]>2020-11-02 17:34:00 -0800
commit9e2a5f8cfb4d9371783e21e27bba4338401f1260 (patch)
tree269020f8682cd2626b966be54623b4bb9a72466f /scripts/gdb/linux/lists.py
parentfa4320cefb8537a70cc28c55d311a1f569697cd3 (diff)
f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctl
Added a new F2FS_IOC_GET_COMPRESS_OPTION ioctl to get file compression option of a file. struct f2fs_comp_option { u8 algorithm; => compression algorithm => 0:lzo, 1:lz4, 2:zstd, 3:lzorle u8 log_cluster_size; => log scale cluster size => 2 ~ 8 }; struct f2fs_comp_option option; ioctl(fd, F2FS_IOC_GET_COMPRESS_OPTION, &option); Signed-off-by: Daeho Jeong <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions