Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dcompress.c1182 int f2fs_truncate_partial_cluster(struct inode *inode, u64 from, bool lock) in f2fs_truncate_partial_cluster() function
H A Df2fs.h4277 int f2fs_truncate_partial_cluster(struct inode *inode, u64 from, bool lock);
H A Dfile.c794 err = f2fs_truncate_partial_cluster(inode, from, lock); in f2fs_truncate_blocks()