Lines Matching defs:ext4_truncate
273 * Set inode->i_size to 0 before calling ext4_truncate(). We need
289 err = ext4_truncate(inode);
313 * Kill off the orphan record which ext4_truncate created.
317 * know if ext4_truncate() actually created an orphan record.
4176 * ext4_truncate()
4179 * transaction, and VFS/VM ensures that ext4_truncate() cannot run
4198 * ext4_truncate() to have another go. So there will be instantiated blocks
4201 * ext4_truncate() run will find them and release them.
4203 int ext4_truncate(struct inode *inode)
5523 * Update c/mtime on truncate up, ext4_truncate() will
5577 * Call ext4_truncate() even if i_size didn't change to
5581 rc = ext4_truncate(inode);
5595 * If the call to ext4_truncate failed to get a transaction handle at