Searched refs:f2fs_is_compressed_cluster (Results 1 – 4 of 4) sorted by relevance
1009 int f2fs_is_compressed_cluster(struct inode *inode, pgoff_t index) in f2fs_is_compressed_cluster() function1071 ret = f2fs_is_compressed_cluster(cc->inode, start_idx); in prepare_compress_overwrite()1191 err = f2fs_is_compressed_cluster(inode, start_idx); in f2fs_truncate_partial_cluster()
2372 ret = f2fs_is_compressed_cluster(inode, page->index); in f2fs_mpage_readpages()2909 if (f2fs_is_compressed_cluster(inode, page->index)) { in f2fs_write_data_page()
4296 int f2fs_is_compressed_cluster(struct inode *inode, pgoff_t index);4384 static inline int f2fs_is_compressed_cluster( in f2fs_is_compressed_cluster() 4382 static inline int f2fs_is_compressed_cluster( f2fs_is_compressed_cluster() function
85 int ret = f2fs_is_compressed_cluster(inode, page->index); in f2fs_vm_page_mkwrite()4264 if (!f2fs_is_compressed_cluster(inode, page_idx)) in f2fs_ioc_decompress_file()