Symbol: cluster_idx
fs/f2fs/compress.c
1004
unsigned int cluster_idx)
fs/f2fs/compress.c
1006
return __f2fs_cluster_blocks(inode, cluster_idx,
fs/f2fs/compress.c
1021
unsigned int cluster_idx = index >> F2FS_I(inode)->i_log_cluster_size;
fs/f2fs/compress.c
1023
return f2fs_decompressed_blocks(inode, cluster_idx) !=
fs/f2fs/compress.c
1181
.cluster_idx = index >> F2FS_I(inode)->i_log_cluster_size,
fs/f2fs/compress.c
160
cc->cluster_idx = NULL_CLUSTER;
fs/f2fs/compress.c
1716
dic->cluster_idx = cc->cluster_idx;
fs/f2fs/compress.c
173
cc->cluster_idx = cluster_idx(cc, folio->index);
fs/f2fs/compress.c
629
trace_f2fs_compress_pages_start(cc->inode, cc->cluster_idx,
fs/f2fs/compress.c
703
trace_f2fs_compress_pages_end(cc->inode, cc->cluster_idx,
fs/f2fs/compress.c
71
return cc->cluster_idx << cc->log_cluster_size;
fs/f2fs/compress.c
722
trace_f2fs_compress_pages_end(cc->inode, cc->cluster_idx,
fs/f2fs/compress.c
741
trace_f2fs_decompress_pages_start(dic->inode, dic->cluster_idx,
fs/f2fs/compress.c
788
trace_f2fs_decompress_pages_end(dic->inode, dic->cluster_idx,
fs/f2fs/compress.c
822
if (cc->cluster_idx == NULL_CLUSTER)
fs/f2fs/compress.c
824
return cc->cluster_idx == cluster_idx(cc, index);
fs/f2fs/compress.c
961
static int __f2fs_cluster_blocks(struct inode *inode, unsigned int cluster_idx,
fs/f2fs/compress.c
965
unsigned int start_idx = cluster_idx <<
fs/f2fs/compress.c
998
return __f2fs_cluster_blocks(cc->inode, cc->cluster_idx,
fs/f2fs/data.c
2270
unsigned int start_idx = cc->cluster_idx << cc->log_cluster_size;
fs/f2fs/data.c
2623
.cluster_idx = NULL_CLUSTER,
fs/f2fs/data.c
2681
if (cc.cluster_idx == NULL_CLUSTER) {
fs/f2fs/data.c
3238
.cluster_idx = NULL_CLUSTER,
fs/f2fs/f2fs.h
1659
pgoff_t cluster_idx; /* cluster index number */
fs/f2fs/f2fs.h
1690
pgoff_t cluster_idx; /* cluster index number */
fs/f2fs/file.c
4478
pgoff_t page_idx = 0, last_idx, cluster_idx;
fs/f2fs/file.c
4516
for (cluster_idx = 0; cluster_idx < last_idx; cluster_idx++) {
fs/f2fs/file.c
4517
page_idx = cluster_idx << fi->i_log_cluster_size;
fs/f2fs/file.c
4559
pgoff_t page_idx = 0, last_idx, cluster_idx;
fs/f2fs/file.c
4596
for (cluster_idx = 0; cluster_idx < last_idx; cluster_idx++) {
fs/f2fs/file.c
4597
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)