taglinefilesource code
do_truncate454fs/namei.cerror = do_truncate(inode, 0);
do_truncate115fs/open.cerror = do_truncate(inode, length);
do_truncate140fs/open.creturn do_truncate(inode, length);
do_truncate516include/linux/fs.hextern int do_truncate(struct inode *, unsigned long);