Home
last modified time | relevance | path

Searched refs:VFSTONTFS (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/vfs/ntfs/
HDntfs_vfsops.c99 struct ntfsmount *ntm = VFSTONTFS(mp); in ntfs_checkexp()
185 struct ntfsmount *ntm = VFSTONTFS(mp); in ntfs_mount()
502 ntmp = VFSTONTFS(mp); in ntfs_unmount()
564 VFSTONTFS(mp)->ntm_sysvn[NTFS_ROOTINO])); in ntfs_root()
608 struct ntfsmount *ntmp = VFSTONTFS(mp); in ntfs_statfs()
635 struct ntfsmount *ntmp = VFSTONTFS(mp); in ntfs_statvfs()
706 ntmp = VFSTONTFS(mp); in ntfs_vgetex()
HDntfs.h276 #define VFSTONTFS(mp) ((struct ntfsmount *)((mp)->mnt_data)) macro