Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dtruncate.h20 ext4_truncate(inode); in ext4_truncate_failed_write()
H A Dverity.c147 err = ext4_truncate(inode); in ext4_begin_enable_verity()
267 ext4_truncate(inode); in ext4_end_enable_verity()
H A Dinode.c273 * Set inode->i_size to 0 before calling ext4_truncate(). We need in ext4_evict_inode()
289 err = ext4_truncate(inode); in ext4_evict_inode()
313 * Kill off the orphan record which ext4_truncate created. in ext4_evict_inode()
317 * know if ext4_truncate() actually created an orphan record. in ext4_evict_inode()
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) in ext4_truncate() function
5523 * Update c/mtime on truncate up, ext4_truncate() wil in ext4_setattr()
[all...]
H A Dext4.h1051 * the VFS prior to calling ext4_truncate(), but the filesystem won't
1061 * are ext4_get_block (growth) and ext4_truncate (shrinkth).
1066 * i_data_sem is for serialising ext4_truncate() against
2900 extern int ext4_truncate(struct inode *);
H A Dsuper.c3087 ret = ext4_truncate(inode); in ext4_orphan_cleanup()
3091 * manually if ext4_truncate() failed to get a in ext4_orphan_cleanup()
/kernel/linux/linux-6.6/fs/ext4/
H A Dtruncate.h22 ext4_truncate(inode); in ext4_truncate_failed_write()
H A Dverity.c143 err = ext4_truncate(inode); in ext4_begin_enable_verity()
263 ext4_truncate(inode); in ext4_end_enable_verity()
H A Dorphan.c339 ret = ext4_truncate(inode); in ext4_process_orphan()
343 * manually if ext4_truncate() failed to get a in ext4_process_orphan()
H A Dinode.c242 * Set inode->i_size to 0 before calling ext4_truncate(). We need in ext4_evict_inode()
258 err = ext4_truncate(inode); in ext4_evict_inode()
282 * Kill off the orphan record which ext4_truncate created. in ext4_evict_inode()
286 * know if ext4_truncate() actually created an orphan record. in ext4_evict_inode()
4076 * ext4_truncate()
4079 * transaction, and VFS/VM ensures that ext4_truncate() cannot run
4098 * ext4_truncate() to have another go. So there will be instantiated blocks
4101 * ext4_truncate() run will find them and release them.
4103 int ext4_truncate(struct inode *inode) in ext4_truncate() function
5424 * Update c/mtime on truncate up, ext4_truncate() wil in ext4_setattr()
[all...]
H A Dext4.h1056 * the VFS prior to calling ext4_truncate(), but the filesystem won't
1066 * are ext4_get_block (growth) and ext4_truncate (shrinkth).
1071 * i_data_sem is for serialising ext4_truncate() against
2993 extern int ext4_truncate(struct inode *);

Completed in 48 milliseconds