Home
last modified time | relevance | path

Searched refs:f2fs_is_compressed_cluster (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/fs/f2fs/
H A Dcompress.c997 int f2fs_is_compressed_cluster(struct inode *inode, pgoff_t index) in f2fs_is_compressed_cluster() function
1050 ret = f2fs_is_compressed_cluster(cc->inode, start_idx); in prepare_compress_overwrite()
1170 err = f2fs_is_compressed_cluster(inode, start_idx); in f2fs_truncate_partial_cluster()
H A Ddata.c2459 ret = f2fs_is_compressed_cluster(inode, page->index); in f2fs_mpage_readpages()
2993 if (f2fs_is_compressed_cluster(inode, page->index)) { in f2fs_write_data_page()
H A Df2fs.h4280 int f2fs_is_compressed_cluster(struct inode *inode, pgoff_t index);
H A Dfile.c85 int ret = f2fs_is_compressed_cluster(inode, page->index); in f2fs_vm_page_mkwrite()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dcompress.c895 int f2fs_is_compressed_cluster(struct inode *inode, pgoff_t index) in f2fs_is_compressed_cluster() function
1097 err = f2fs_is_compressed_cluster(inode, start_idx); in f2fs_truncate_partial_cluster()
H A Ddata.c2448 ret = f2fs_is_compressed_cluster(inode, page->index); in f2fs_mpage_readpages()
2961 if (f2fs_is_compressed_cluster(inode, page->index)) { in f2fs_write_data_page()
H A Df2fs.h3943 int f2fs_is_compressed_cluster(struct inode *inode, pgoff_t index);
H A Dfile.c78 int ret = f2fs_is_compressed_cluster(inode, page->index); in f2fs_vm_page_mkwrite()

Completed in 42 milliseconds