Home
last modified time | relevance | path

Searched defs:cluster_idx (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dcompress.c66 static pgoff_t cluster_idx(struct compress_ctx *cc, pgoff_t index) in cluster_idx() function
959 static int __f2fs_cluster_blocks(struct inode *inode, unsigned int cluster_idx, in __f2fs_cluster_blocks()
1002 unsigned int cluster_idx) in f2fs_decompressed_blocks()
1019 unsigned int cluster_idx = index >> F2FS_I(inode)->i_log_cluster_size; in f2fs_is_sparse_cluster() local
H A Dfile.c4225 pgoff_t page_idx = 0, last_idx, cluster_idx; in f2fs_ioc_decompress_file() local
4303 pgoff_t page_idx = 0, last_idx, cluster_idx; in f2fs_ioc_compress_file() local
H A Df2fs.h1467 pgoff_t cluster_idx; /* cluster index number */ member
1496 pgoff_t cluster_idx; /* cluster index number */ member