Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dcompress.c1009 int f2fs_is_compressed_cluster(struct inode *inode, pgoff_t index) in f2fs_is_compressed_cluster() function
1071 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()
H A Ddata.c2372 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()
H A Df2fs.h4296 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
H A Dfile.c85 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()