Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/smbfs/
H A Dsmbfs.h89 #define VFSTOSMBFS(mp) ((struct smbmount *)((mp)->mnt_data)) macro
92 #define VTOSMBFS(vp) (VFSTOSMBFS(VTOVFS(vp)))
H A Dsmbfs_vfsops.c263 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_unmount()
316 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_root()
392 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_statfs()
H A Dsmbfs_io.c186 struct smbmount *smp = VFSTOSMBFS(vp->v_mount); in smbfs_readvnode()
312 struct smbmount *smp = VFSTOSMBFS(vp->v_mount); in smbfs_doio()
449 smp = VFSTOSMBFS(vp->v_mount);
583 smp = VFSTOSMBFS(vp->v_mount);
H A Dsmbfs_node.c109 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_node_alloc()
199 np->n_mount = VFSTOSMBFS(mp); in smbfs_node_alloc()
H A Dsmbfs_vnops.c895 struct smbmount *smp = VFSTOSMBFS(VTOVFS(ap->a_vp));
1202 smp = VFSTOSMBFS(mp);