Searched refs:ntfs_inode_sync (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_inode.h679 __private_extern__ errno_t ntfs_inode_sync(ntfs_inode *ni, const int sync,
H A Dntfs_vfsops.c3654 * this in turn calls ntfs_inode_sync() which in turn calls
3798 err = ntfs_inode_sync(ni, args->sync, TRUE);
3837 err = ntfs_inode_sync(ni, args->sync, skip_mft_record_sync);
3880 /* Iterate over all vnodes and run ntfs_inode_sync() on each of them. */
H A Dntfs_vnops.c3561 * case we will call ntfs_inode_sync() at the end of this function.
3742 * ntfs_inode_sync() thus if it fails we cannot do anything
3747 * the call to ntfs_inode_sync() would cause a deadlock.
3752 err = ntfs_inode_sync(ni, ioflags, FALSE);
4002 err = ntfs_inode_sync(ni, sync, FALSE);
7264 * the VNOP_INACTIVE() calls ntfs_inode_sync() which ends up
7266 * VNOP_INACTIVE() which in turn calls ntfs_inode_sync() and
7272 err = ntfs_inode_sync(ni, IO_SYNC | IO_CLOSE, FALSE);
H A Dntfs_inode.c3335 * and ntfs_inode_sync(), the vnode has a zero v_iocount and v_usecount
3361 "ntfs_inode_sync");
3411 "ntfs_inode_sync");
3449 * and ntfs_inode_sync(), the vnode has a zero v_iocount and v_usecount
3969 * ntfs_inode_sync - synchronize an inode's in-core state with that on disk
3986 * ntfs_inode_sync() or the vnode_ref() on the base vnode that is done as
4057 * As a speed optimization when ntfs_inode_sync() is called from VFS_SYNC() and
4059 * will as the last thing call ntfs_inode_sync() for $MFT itself and then all
4065 errno_t ntfs_inode_sync(ntfs_inode *ni, const int ioflags, function

Completed in 98 milliseconds