Home
last modified time | relevance | path

Searched refs:ntfs_truncate (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/ntfs/
H A Dinode.h289 extern int ntfs_truncate(struct inode *vi);
H A Dinode.c2355 int ntfs_truncate(struct inode *vi) in ntfs_truncate() function
2863 ntfs_truncate(vi); in ntfs_truncate_vfs()
H A Dfile.c1748 err = ntfs_truncate(vi); in ntfs_perform_write()
/openbmc/linux/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()