Searched refs:f2fs_is_compressed_cluster (Results 1 – 4 of 4) sorted by relevance
1011 int f2fs_is_compressed_cluster(struct inode *inode, pgoff_t index) in f2fs_is_compressed_cluster() function1098 ret = f2fs_is_compressed_cluster(cc->inode, start_idx); in prepare_compress_overwrite()1223 err = f2fs_is_compressed_cluster(inode, start_idx); in f2fs_truncate_partial_cluster()
4647 int f2fs_is_compressed_cluster(struct inode *inode, pgoff_t index);4732 static inline int f2fs_is_compressed_cluster( in f2fs_is_compressed_cluster() function
109 int ret = f2fs_is_compressed_cluster(inode, folio->index); in f2fs_vm_page_mkwrite()4519 if (!f2fs_is_compressed_cluster(inode, page_idx)) in f2fs_ioc_decompress_file()
2685 ret = f2fs_is_compressed_cluster(inode, index); in f2fs_mpage_readpages()