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

/linux-master/fs/btrfs/
H A Dsuper.c86 unsigned int compress_level; member in struct:btrfs_fs_context
337 ctx->compress_level = BTRFS_ZLIB_DEFAULT_LEVEL;
343 ctx->compress_level =
351 ctx->compress_level = 0;
357 ctx->compress_level =
364 ctx->compress_level = 0;
1041 if (info->compress_level)
1042 seq_printf(seq, ":%d", info->compress_level);
1366 fs_info->compress_level = ctx->compress_level;
[all...]
H A Dfs.h485 unsigned int compress_level; member in struct:btrfs_fs_info
H A Dinode.c948 ret = btrfs_compress_pages(compress_type | (fs_info->compress_level << 4),
/linux-master/fs/f2fs/
H A Dsuper.c597 F2FS_OPTION(sbi).compress_level = 0;
615 F2FS_OPTION(sbi).compress_level = level;
619 F2FS_OPTION(sbi).compress_level = 0;
635 F2FS_OPTION(sbi).compress_level = F2FS_ZSTD_DEFAULT_CLEVEL;
659 F2FS_OPTION(sbi).compress_level = level;
1070 F2FS_OPTION(sbi).compress_level = 0;
1102 F2FS_OPTION(sbi).compress_level = 0;
1904 if (F2FS_OPTION(sbi).compress_level)
1905 seq_printf(seq, ":%d", F2FS_OPTION(sbi).compress_level);
H A Df2fs.h187 unsigned char compress_level; /* compress level */ member in struct:f2fs_mount_info
4399 F2FS_OPTION(sbi).compress_level)
4401 F2FS_OPTION(sbi).compress_level;
H A Dfile.c4057 F2FS_OPTION(sbi).compress_level)
4058 F2FS_I(inode)->i_compress_level = F2FS_OPTION(sbi).compress_level;

Completed in 365 milliseconds