Home
last modified time | relevance | path

Searched refs:ntfs_truncate (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Dinode.h155 NI_TruncateFailed, /* 1: Last ntfs_truncate() call failed. */
289 extern int ntfs_truncate(struct inode *vi);
H A Dinode.c2338 * ntfs_truncate - called when the i_size of an ntfs inode is changed
2355 int ntfs_truncate(struct inode *vi) in ntfs_truncate() function
2855 * ntfs_truncate_vfs - wrapper for ntfs_truncate() that has no return value
2858 * Wrapper for ntfs_truncate() that has no return value.
2860 * See ntfs_truncate() description above for details.
2864 ntfs_truncate(vi); in ntfs_truncate_vfs()
H A Dfile.c83 * the page at all. For a more detailed explanation see ntfs_truncate() in
1751 * If a previous ntfs_truncate() failed, repeat it and abort if it in ntfs_perform_write()
1758 err = ntfs_truncate(vi); in ntfs_perform_write()
1764 "ntfs_truncate() failed (error code " in ntfs_perform_write()
/kernel/linux/linux-6.6/fs/ntfs/
H A Dinode.h155 NI_TruncateFailed, /* 1: Last ntfs_truncate() call failed. */
289 extern int ntfs_truncate(struct inode *vi);
H A Dinode.c2338 * ntfs_truncate - called when the i_size of an ntfs inode is changed
2355 int ntfs_truncate(struct inode *vi) in ntfs_truncate() function
2854 * ntfs_truncate_vfs - wrapper for ntfs_truncate() that has no return value
2857 * Wrapper for ntfs_truncate() that has no return value.
2859 * See ntfs_truncate() description above for details.
2863 ntfs_truncate(vi); in ntfs_truncate_vfs()
H A Dfile.c84 * the page at all. For a more detailed explanation see ntfs_truncate() in
1741 * If a previous ntfs_truncate() failed, repeat it and abort if it in ntfs_perform_write()
1748 err = ntfs_truncate(vi); in ntfs_perform_write()
1754 "ntfs_truncate() failed (error code " in ntfs_perform_write()
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfile.c369 static int ntfs_truncate(struct inode *inode, loff_t new_size) in ntfs_truncate() function
703 err = ntfs_truncate(inode, newsize); in ntfs3_setattr()

Completed in 18 milliseconds