Searched refs:ext4_truncate (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ext4/
H A Dtruncate.h22 ext4_truncate(inode);
H A Dverity.c143 err = ext4_truncate(inode);
263 ext4_truncate(inode);
H A Dorphan.c339 ret = ext4_truncate(inode);
343 * manually if ext4_truncate() failed to get a
H A Dinode.c242 * Set inode->i_size to 0 before calling ext4_truncate(). We need
258 err = ext4_truncate(inode);
282 * Kill off the orphan record which ext4_truncate created.
286 * know if ext4_truncate() actually created an orphan record.
4049 * ext4_truncate()
4052 * transaction, and VFS/VM ensures that ext4_truncate() cannot run
4071 * ext4_truncate() to have another go. So there will be instantiated blocks
4074 * ext4_truncate() run will find them and release them.
4076 int ext4_truncate(struct inode *inode) function
5397 * Update c/mtime on truncate up, ext4_truncate() wil
[all...]
H A Dext4.h1068 * the VFS prior to calling ext4_truncate(), but the filesystem won't
1078 * are ext4_get_block (growth) and ext4_truncate (shrinkth).
1083 * i_data_sem is for serialising ext4_truncate() against
3006 extern int ext4_truncate(struct inode *);

Completed in 188 milliseconds