HomeSort by: relevance | last modified time | path
    Searched defs:ntfs_sync (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/ntfs/
ntfs_vfsops.c 73 static int ntfs_sync(struct mount *, int, kauth_cred_t);
645 ntfs_sync(struct mount *mp, int waitfor, kauth_cred_t cred) function in typeref:typename:int
647 /*dprintf(("ntfs_sync():\n"));*/
881 .vfs_sync = ntfs_sync,

Completed in 12 milliseconds