Searched refs:ext3_truncate (Results 1 - 3 of 3) sorted by relevance

/fs/ext3/
H A Dinode.c257 ext3_truncate(inode);
261 * deletion of a non-existent orphan - ext3_truncate() could
921 * Block out ext3_truncate while we alter the tree
1237 ext3_truncate(inode);
1247 ext3_truncate(inode);
2116 * This is a helper function used by ext3_truncate().
2124 * past the truncation point is possible until ext3_truncate()
2466 * ext3_truncate()
2469 * transaction, and VFS/VM ensures that ext3_truncate() cannot run
2488 * ext3_truncate() t
2493 void ext3_truncate(struct inode *inode) function
[all...]
H A Dext3.h582 * the VFS prior to calling ext3_truncate(), but the filesystem won't
592 * are ext3_get_block (growth) and ext3_truncate (shrinkth).
600 * truncate_mutex is for serialising ext3_truncate() against
1060 extern void ext3_truncate(struct inode *inode);
H A Dsuper.c1579 ext3_truncate(inode);

Completed in 17 milliseconds