Searched refs:f2fs_compress_write_end (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | compress.c | 1161 bool f2fs_compress_write_end(struct inode *inode, void *fsdata, in f2fs_compress_write_end() function 1226 f2fs_compress_write_end(inode, fsdata, start_idx, true); in f2fs_truncate_partial_cluster()
|
H A D | data.c | 3077 (!f2fs_compress_write_end(inode, in f2fs_write_cache_pages() 3673 f2fs_compress_write_end(inode, fsdata, page->index, copied); in f2fs_write_end()
|
H A D | f2fs.h | 4275 bool f2fs_compress_write_end(struct inode *inode, void *fsdata,
|