Searched refs:f2fs_is_compressed_cluster (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/f2fs/
H A Dcompress.c1004 int f2fs_is_compressed_cluster(struct inode *inode, pgoff_t index) function
1057 ret = f2fs_is_compressed_cluster(cc->inode, start_idx);
1177 err = f2fs_is_compressed_cluster(inode, start_idx);
H A Ddata.c2382 ret = f2fs_is_compressed_cluster(inode, page->index);
2915 if (f2fs_is_compressed_cluster(inode, page->index)) {
H A Df2fs.h4290 int f2fs_is_compressed_cluster(struct inode *inode, pgoff_t index);
H A Dfile.c89 int ret = f2fs_is_compressed_cluster(inode, page->index);

Completed in 153 milliseconds