Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Ddevice.h121 extern int ntfs_device_sync(struct ntfs_device *dev);
/third_party/ntfs-3g/libntfs-3g/
Dioctl.c310 ret = ntfs_device_sync(vol->dev); in fstrim()
Ddevice.c173 int ntfs_device_sync(struct ntfs_device *dev) in ntfs_device_sync() function
/third_party/ntfs-3g/src/
Dntfs-3g.c2912 ret = ntfs_device_sync(ctx->vol->dev); in ntfs_fuse_fsync()
Dlowntfs-3g.c3184 if (ntfs_device_sync(ctx->vol->dev)) in ntfs_fuse_fsync()