Home
last modified time | relevance | path

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

/freebsd/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.c153 vmp = VFSTOP9(mp); in p9fs_unmount()
270 vmp = VFSTOP9(mp); in p9fs_vget_common()
515 vmp = VFSTOP9(mp); in p9fs_root()
557 vmp = VFSTOP9(mp); in p9fs_statfs()
H A Dp9fs.h111 #define VFSTOP9(mp) ((struct p9fs_mount *)(mp)->mnt_data) macro