Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Df2fs.h4748 int f2fs_is_compressed_cluster(struct inode *inode, pgoff_t index);
4833 static inline int f2fs_is_compressed_cluster( in f2fs_is_compressed_cluster() function
H A Dfile.c163 int ret = f2fs_is_compressed_cluster(inode, folio->index); in f2fs_vm_page_mkwrite()
4880 if (!f2fs_is_compressed_cluster(inode, page_idx)) in f2fs_ioc_decompress_file()
H A Ddata.c2743 ret = f2fs_is_compressed_cluster(inode, index); in f2fs_mpage_readpages()