Symbol: cluster_idx
fs/f2fs/compress.c
1000
return __f2fs_cluster_blocks(cc->inode, cc->cluster_idx,
fs/f2fs/compress.c
1006
unsigned int cluster_idx)
fs/f2fs/compress.c
1008
return __f2fs_cluster_blocks(inode, cluster_idx,
fs/f2fs/compress.c
1023
unsigned int cluster_idx = index >> F2FS_I(inode)->i_log_cluster_size;
fs/f2fs/compress.c
1025
return f2fs_decompressed_blocks(inode, cluster_idx) !=
fs/f2fs/compress.c
1183
.cluster_idx = index >> F2FS_I(inode)->i_log_cluster_size,
fs/f2fs/compress.c
161
cc->cluster_idx = NULL_CLUSTER;
fs/f2fs/compress.c
1728
dic->cluster_idx = cc->cluster_idx;
fs/f2fs/compress.c
174
cc->cluster_idx = cluster_idx(cc, folio->index);
fs/f2fs/compress.c
630
trace_f2fs_compress_pages_start(cc->inode, cc->cluster_idx,
fs/f2fs/compress.c
704
trace_f2fs_compress_pages_end(cc->inode, cc->cluster_idx,
fs/f2fs/compress.c
72
return cc->cluster_idx << cc->log_cluster_size;
fs/f2fs/compress.c
723
trace_f2fs_compress_pages_end(cc->inode, cc->cluster_idx,
fs/f2fs/compress.c
742
trace_f2fs_decompress_pages_start(dic->inode, dic->cluster_idx,
fs/f2fs/compress.c
790
trace_f2fs_decompress_pages_end(dic->inode, dic->cluster_idx,
fs/f2fs/compress.c
824
if (cc->cluster_idx == NULL_CLUSTER)
fs/f2fs/compress.c
826
return cc->cluster_idx == cluster_idx(cc, index);
fs/f2fs/compress.c
963
static int __f2fs_cluster_blocks(struct inode *inode, unsigned int cluster_idx,
fs/f2fs/compress.c
967
unsigned int start_idx = cluster_idx <<
fs/f2fs/data.c
2337
unsigned int start_idx = cc->cluster_idx << cc->log_cluster_size;
fs/f2fs/data.c
2691
.cluster_idx = NULL_CLUSTER,
fs/f2fs/data.c
2751
if (cc.cluster_idx == NULL_CLUSTER) {
fs/f2fs/data.c
3298
.cluster_idx = NULL_CLUSTER,
fs/f2fs/f2fs.h
1668
pgoff_t cluster_idx; /* cluster index number */
fs/f2fs/f2fs.h
1699
pgoff_t cluster_idx; /* cluster index number */
fs/f2fs/file.c
4499
pgoff_t page_idx = 0, last_idx, cluster_idx;
fs/f2fs/file.c
4537
for (cluster_idx = 0; cluster_idx < last_idx; cluster_idx++) {
fs/f2fs/file.c
4538
page_idx = cluster_idx << fi->i_log_cluster_size;
fs/f2fs/file.c
4580
pgoff_t page_idx = 0, last_idx, cluster_idx;
fs/f2fs/file.c
4617
for (cluster_idx = 0; cluster_idx < last_idx; cluster_idx++) {
fs/f2fs/file.c
4618
page_idx = cluster_idx << fi->i_log_cluster_size;
include/trace/events/f2fs.h
2024
TP_PROTO(struct inode *inode, pgoff_t cluster_idx,
include/trace/events/f2fs.h
2027
TP_ARGS(inode, cluster_idx, cluster_size, algtype),
include/trace/events/f2fs.h
2040
__entry->idx = cluster_idx;
include/trace/events/f2fs.h
2055
TP_PROTO(struct inode *inode, pgoff_t cluster_idx,
include/trace/events/f2fs.h
2058
TP_ARGS(inode, cluster_idx, compressed_size, ret),
include/trace/events/f2fs.h
2071
__entry->idx = cluster_idx;
include/trace/events/f2fs.h
2086
TP_PROTO(struct inode *inode, pgoff_t cluster_idx,
include/trace/events/f2fs.h
2089
TP_ARGS(inode, cluster_idx, cluster_size, algtype)
include/trace/events/f2fs.h
2094
TP_PROTO(struct inode *inode, pgoff_t cluster_idx,
include/trace/events/f2fs.h
2097
TP_ARGS(inode, cluster_idx, cluster_size, algtype)
include/trace/events/f2fs.h
2102
TP_PROTO(struct inode *inode, pgoff_t cluster_idx,
include/trace/events/f2fs.h
2105
TP_ARGS(inode, cluster_idx, compressed_size, ret)
include/trace/events/f2fs.h
2110
TP_PROTO(struct inode *inode, pgoff_t cluster_idx,
include/trace/events/f2fs.h
2113
TP_ARGS(inode, cluster_idx, compressed_size, ret)