aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/timerlist.py
diff options
context:
space:
mode:
authorDaeho Jeong <[email protected]>2020-10-30 13:10:35 +0900
committerJaegeuk Kim <[email protected]>2020-12-02 21:59:38 -0800
commite1e8debec6564d0c355aab84c93de8e357f397bd (patch)
tree0e3b14248fb788eec5a19f8afffc1c2d48ca7480 /scripts/gdb/linux/timerlist.py
parent9e2a5f8cfb4d9371783e21e27bba4338401f1260 (diff)
f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctl
Added a new F2FS_IOC_SET_COMPRESS_OPTION ioctl to change 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; option.algorithm = 1; option.log_cluster_size = 7; ioctl(fd, F2FS_IOC_SET_COMPRESS_OPTION, &option); Signed-off-by: Daeho Jeong <[email protected]> [Chao Yu: remove f2fs_is_compress_algorithm_valid()] Signed-off-by: Jaegeuk Kim <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions