Searched refs:cluster_idx (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/f2fs/ |
| H A D | compress.c | 73 return cc->cluster_idx << cc->log_cluster_size; in start_idx_of_cluster() 162 cc->cluster_idx = NULL_CLUSTER; in f2fs_destroy_compress_ctx() 175 cc->cluster_idx = cluster_idx(cc, folio->index); in f2fs_compress_ctx_add_page() 824 if (cc->cluster_idx == NULL_CLUSTER) in is_page_in_cluster() 826 return cc->cluster_idx == cluster_idx(cc, index); in is_page_in_cluster() 967 unsigned int start_idx = cluster_idx << in __f2fs_cluster_blocks() 1000 return __f2fs_cluster_blocks(cc->inode, cc->cluster_idx, in f2fs_compressed_blocks() 1006 unsigned int cluster_idx) in f2fs_decompressed_blocks() argument 1008 return __f2fs_cluster_blocks(inode, cluster_idx, in f2fs_decompressed_blocks() 1025 return f2fs_decompressed_blocks(inode, cluster_idx) != in f2fs_is_sparse_cluster() [all …]
|
| H A D | file.c | 4383 pgoff_t page_idx = 0, last_idx, cluster_idx; in f2fs_ioc_decompress_file() local 4421 for (cluster_idx = 0; cluster_idx < last_idx; cluster_idx++) { in f2fs_ioc_decompress_file() 4422 page_idx = cluster_idx << fi->i_log_cluster_size; in f2fs_ioc_decompress_file() 4464 pgoff_t page_idx = 0, last_idx, cluster_idx; in f2fs_ioc_compress_file() local 4501 for (cluster_idx = 0; cluster_idx < last_idx; cluster_idx++) { in f2fs_ioc_compress_file() 4502 page_idx = cluster_idx << fi->i_log_cluster_size; in f2fs_ioc_compress_file()
|
| H A D | data.c | 2184 unsigned int start_idx = cc->cluster_idx << cc->log_cluster_size; in f2fs_read_multi_pages() 2366 .cluster_idx = NULL_CLUSTER, in f2fs_mpage_readpages() 2410 if (cc.cluster_idx == NULL_CLUSTER) { in f2fs_mpage_readpages() 2961 .cluster_idx = NULL_CLUSTER, in f2fs_write_cache_pages()
|
| H A D | f2fs.h | 1497 pgoff_t cluster_idx; /* cluster index number */ member 1526 pgoff_t cluster_idx; /* cluster index number */ member
|
| /linux-6.15/include/trace/events/ |
| H A D | f2fs.h | 1967 TP_PROTO(struct inode *inode, pgoff_t cluster_idx, 1983 __entry->idx = cluster_idx; 1998 TP_PROTO(struct inode *inode, pgoff_t cluster_idx, 2001 TP_ARGS(inode, cluster_idx, compressed_size, ret), 2014 __entry->idx = cluster_idx; 2029 TP_PROTO(struct inode *inode, pgoff_t cluster_idx, 2032 TP_ARGS(inode, cluster_idx, cluster_size, algtype) 2037 TP_PROTO(struct inode *inode, pgoff_t cluster_idx, 2040 TP_ARGS(inode, cluster_idx, cluster_size, algtype) 2048 TP_ARGS(inode, cluster_idx, compressed_size, ret) [all …]
|