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

  /src/sys/fs/ntfs/
ntfs_vfsops.c 70 static int ntfs_root(struct mount *, int, struct vnode **);
574 ntfs_root(struct mount *mp, int lktype, struct vnode **vpp) function in typeref:typename:int
579 dprintf(("ntfs_root(): sysvn: %p\n",
583 printf("ntfs_root: VFS_VGET failed: %d\n", error);
878 .vfs_root = ntfs_root,

Completed in 31 milliseconds