Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Df2fs.h2025 TP_PROTO(struct inode *inode, pgoff_t cluster_idx,
2028 TP_ARGS(inode, cluster_idx, cluster_size, algtype),
2041 __entry->idx = cluster_idx;
2056 TP_PROTO(struct inode *inode, pgoff_t cluster_idx,
2059 TP_ARGS(inode, cluster_idx, compressed_size, ret),
2072 __entry->idx = cluster_idx;
2087 TP_PROTO(struct inode *inode, pgoff_t cluster_idx,
2090 TP_ARGS(inode, cluster_idx, cluster_size, algtype)
2095 TP_PROTO(struct inode *inode, pgoff_t cluster_idx,
2098 TP_ARGS(inode, cluster_idx, cluster_size, algtype)
[all …]
/linux/fs/f2fs/
H A Dfile.c4839 pgoff_t page_idx = 0, last_idx, cluster_idx; in f2fs_ioc_decompress_file() local
4877 for (cluster_idx = 0; cluster_idx < last_idx; cluster_idx++) { in f2fs_ioc_decompress_file()
4878 page_idx = cluster_idx << fi->i_log_cluster_size; in f2fs_ioc_decompress_file()
4920 pgoff_t page_idx = 0, last_idx, cluster_idx; in f2fs_ioc_compress_file() local
4957 for (cluster_idx = 0; cluster_idx < last_idx; cluster_idx++) { in f2fs_ioc_compress_file()
4958 page_idx = cluster_idx << fi->i_log_cluster_size; in f2fs_ioc_compress_file()
H A Ddata.c2325 unsigned int start_idx = cc->cluster_idx << cc->log_cluster_size; in f2fs_read_multi_pages()
2679 .cluster_idx = NULL_CLUSTER, in f2fs_mpage_readpages()
2739 if (cc.cluster_idx == NULL_CLUSTER) { in f2fs_mpage_readpages()
3246 .cluster_idx = NULL_CLUSTER, in f2fs_write_cache_pages()
H A Df2fs.h1675 pgoff_t cluster_idx; /* cluster index number */ member
1706 pgoff_t cluster_idx; /* cluster index number */ member