Searched refs:f2fs_is_compressed_cluster (Results 1 – 4 of 4) sorted by relevance
1013 int f2fs_is_compressed_cluster(struct inode *inode, pgoff_t index) in f2fs_is_compressed_cluster() function1100 ret = f2fs_is_compressed_cluster(cc->inode, start_idx); in prepare_compress_overwrite()1222 err = f2fs_is_compressed_cluster(inode, start_idx); in f2fs_truncate_partial_cluster()
4450 int f2fs_is_compressed_cluster(struct inode *inode, pgoff_t index);4539 static inline int f2fs_is_compressed_cluster( in f2fs_is_compressed_cluster() function
88 int ret = f2fs_is_compressed_cluster(inode, folio->index); in f2fs_vm_page_mkwrite()4424 if (!f2fs_is_compressed_cluster(inode, page_idx)) in f2fs_ioc_decompress_file()
2414 ret = f2fs_is_compressed_cluster(inode, index); in f2fs_mpage_readpages()