Home
last modified time | relevance | path

Searched refs:ntfs_inode_sync (Results 1 – 7 of 7) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dvolume.c186 ntfs_inode_sync(v->lcnbmp_ni); in __ntfs_volume_release()
192 ntfs_inode_sync(v->mft_ni); in __ntfs_volume_release()
199 ntfs_inode_sync(v->mftmirr_ni); in __ntfs_volume_release()
1784 if (ntfs_inode_sync(vol->vol_ni)) in ntfs_volume_write_flags()
Dinode.c328 if (ntfs_inode_sync(ni)) { in ntfs_inode_real_close()
523 res = ntfs_inode_sync(ni); in ntfs_inode_close()
1078 int ntfs_inode_sync(ntfs_inode *ni) in ntfs_inode_sync() function
Dmft.c1351 if (ntfs_inode_sync(mft_na->ni)) in ntfs_mft_record_init()
1996 if (ntfs_inode_sync(ni)) {
Dsecurity.c805 if (ntfs_inode_sync(vol->secure_ni)) in entersecurityattr()
/third_party/ntfs-3g/include/ntfs-3g/
Dinode.h208 extern int ntfs_inode_sync(ntfs_inode *ni);
/third_party/ntfs-3g/ntfsprogs/
Dntfsmove.c742 if (ntfs_inode_sync(ino) < 0) { in move_datarun()
Dntfsresize.c2715 ntfs_inode_sync(vol->lcnbmp_ni); in truncate_bitmap_file()
2780 ntfs_inode_sync(vol->mft_ni); in update_bootsector()