Home
last modified time | relevance | path

Searched refs:VFSTOSMBFS (Results 1 – 5 of 5) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/smbfs/
H A Dsmbfs_vfsops.c166 smp = VFSTOSMBFS(mp); in smbfs_mount()
227 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_unmount()
271 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_setroot()
310 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_root()
378 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_statvfs()
H A Dsmbfs.h88 #define VFSTOSMBFS(mp) ((struct smbmount *)((mp)->mnt_data)) macro
91 #define VTOSMBFS(vp) (VFSTOSMBFS(VTOVFS(vp)))
H A Dsmbfs_node.c94 np->n_mount = VFSTOSMBFS(mp); in smbfs_loadvnode()
121 smp = VFSTOSMBFS(mp); in smbfs_nget()
H A Dsmbfs_io.c200 struct smbmount *smp = VFSTOSMBFS(vp->v_mount); in smbfs_readvnode()
318 struct smbmount *smp = VFSTOSMBFS(vp->v_mount); in smbfs_doio()
H A Dsmbfs_vnops.c1288 error = smbfs_pathcheck(VFSTOSMBFS(mp), cnp->cn_nameptr, in smbfs_lookup()