Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dnode.c1114 int f2fs_truncate_inode_blocks(struct inode *inode, pgoff_t from) in f2fs_truncate_inode_blocks() function
H A Df2fs.h3666 int f2fs_truncate_inode_blocks(struct inode *inode, pgoff_t from);
H A Dfile.c769 err = f2fs_truncate_inode_blocks(inode, free_from); in f2fs_do_truncate_blocks()