Home
last modified time | relevance | path

Searched refs:VFSTOP9 (Results 1 – 3 of 3) sorted by relevance

/src/sys/fs/p9fs/
H A Dp9fs_subr.c63 virtmp = VFSTOP9(mp); in p9fs_init_session()
137 vmp = VFSTOP9(mp); in p9fs_prepare_to_close()
160 vmp = VFSTOP9(mp); in p9fs_complete_close()
175 vmp = VFSTOP9(mp); in p9fs_close_session()
H A Dp9fs_vfsops.c149 vmp = VFSTOP9(mp); in p9fs_unmount()
266 vmp = VFSTOP9(mp); in p9fs_vget_common()
511 vmp = VFSTOP9(mp); in p9fs_root()
553 vmp = VFSTOP9(mp); in p9fs_statfs()
H A Dp9fs.h111 #define VFSTOP9(mp) ((struct p9fs_mount *)(mp)->mnt_data) macro