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

  /src/sys/fs/ntfs/
ntfs_vfsops.c 72 static int ntfs_statvfs(struct mount *, struct statvfs *);
124 (void)ntfs_statvfs(mp, &mp->mnt_stat);
621 ntfs_statvfs(struct mount *mp, struct statvfs *sbp) function in typeref:typename:int
626 dprintf(("ntfs_statvfs():\n"));
880 .vfs_statvfs = ntfs_statvfs,

Completed in 14 milliseconds