Home
last modified time | relevance | path

Searched refs:__ntfs_write_inode (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/ntfs/
Dinode.h310 extern int __ntfs_write_inode(struct inode *vi, int sync);
315 __ntfs_write_inode(vi, 1); in ntfs_commit_inode()
Ddir.c1525 ret = __ntfs_write_inode(vi, 1); in ntfs_dir_fsync()
Dfile.c1999 ret = __ntfs_write_inode(vi, 1); in ntfs_file_fsync()
Dinode.c2980 int __ntfs_write_inode(struct inode *vi, int sync) in __ntfs_write_inode() function
Dsuper.c2671 return __ntfs_write_inode(vi, wbc->sync_mode == WB_SYNC_ALL); in ntfs_write_inode()