Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dcompress.c1154 int f2fs_truncate_partial_cluster(struct inode *inode, u64 from, bool lock) in f2fs_truncate_partial_cluster() function
Df2fs.h4219 int f2fs_truncate_partial_cluster(struct inode *inode, u64 from, bool lock);
Dfile.c764 err = f2fs_truncate_partial_cluster(inode, from, lock); in f2fs_truncate_blocks()