Home
last modified time | relevance | path

Searched refs:log_cluster_size (Results 1 – 4 of 4) sorted by relevance

/fs/f2fs/
Dcompress.c65 return index >> cc->log_cluster_size; in cluster_idx()
70 return cc->cluster_idx << cc->log_cluster_size; in start_idx_of_cluster()
180 cc->clen = lzo1x_worst_compress(PAGE_SIZE << cc->log_cluster_size); in lzo_init_compress_ctx()
216 if (dic->rlen != PAGE_SIZE << dic->log_cluster_size) { in lzo_decompress_pages()
221 PAGE_SIZE << dic->log_cluster_size); in lzo_decompress_pages()
313 if (ret != PAGE_SIZE << dic->log_cluster_size) { in lz4_decompress_pages()
317 PAGE_SIZE << dic->log_cluster_size); in lz4_decompress_pages()
427 MAX_COMPRESS_WINDOW_SIZE(dic->log_cluster_size); in zstd_init_decompress_ctx()
486 PAGE_SIZE << dic->log_cluster_size); in zstd_decompress_pages()
769 dic->rlen = PAGE_SIZE << dic->log_cluster_size; in f2fs_decompress_cluster()
[all …]
Dfile.c4007 option.log_cluster_size = F2FS_I(inode)->i_log_cluster_size; in f2fs_ioc_get_compress_option()
4036 option.log_cluster_size < MIN_COMPRESS_LOG_SIZE || in f2fs_ioc_set_compress_option()
4037 option.log_cluster_size > MAX_COMPRESS_LOG_SIZE || in f2fs_ioc_set_compress_option()
4055 F2FS_I(inode)->i_log_cluster_size = option.log_cluster_size; in f2fs_ioc_set_compress_option()
4056 F2FS_I(inode)->i_cluster_size = 1 << option.log_cluster_size; in f2fs_ioc_set_compress_option()
Ddata.c2173 unsigned int start_idx = cc->cluster_idx << cc->log_cluster_size; in f2fs_read_multi_pages()
2344 .log_cluster_size = F2FS_I(inode)->i_log_cluster_size, in f2fs_mpage_readpages()
2946 .log_cluster_size = F2FS_I(inode)->i_log_cluster_size, in f2fs_write_cache_pages()
Df2fs.h1490 unsigned int log_cluster_size; /* log of cluster size */ member
1518 unsigned int log_cluster_size; /* log of cluster size */ member