Home
last modified time | relevance | path

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

/openbsd-src/sys/ntfs/
H A Dntfs_vfsops.c89 struct ntfsmount *ntm = VFSTONTFS(mp); in ntfs_checkexp()
145 struct ntfsmount *ntm = VFSTONTFS(mp); in ntfs_mount()
466 ntmp = VFSTONTFS(mp); in ntfs_unmount()
528 VFSTONTFS(mp)->ntm_sysvn[NTFS_ROOTINO]); in ntfs_root()
595 struct ntfsmount *ntmp = VFSTONTFS(mp); in ntfs_statfs()
678 ntmp = VFSTONTFS(mp); in ntfs_vgetex()
H A Dntfs.h290 #define VFSTONTFS(mp) ((struct ntfsmount *)((mp)->mnt_data)) macro