Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hpfs/
H A Dhpfs_vfsops.c93 struct hpfsmount *hpm = VFSTOHPFS(mp); in hpfs_checkexp()
145 hpmp = VFSTOHPFS(mp); in hpfs_mount()
344 struct hpfsmount *hpmp = VFSTOHPFS(mp); in hpfs_unmount()
385 struct hpfsmount *hpmp = VFSTOHPFS(mp); in hpfs_root()
400 struct hpfsmount *hpmp = VFSTOHPFS(mp); in hpfs_statfs()
459 struct hpfsmount *hpmp = VFSTOHPFS(mp); in hpfs_vget()
H A Dhpfs.h383 #define VFSTOHPFS(mp) ((struct hpfsmount *)((mp)->mnt_data)) macro