Home
last modified time | relevance | path

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

/freebsd-12.1/sys/fs/smbfs/
H A Dsmbfs.h90 #define VFSTOSMBFS(mp) ((struct smbmount *)((mp)->mnt_data)) macro
93 #define VTOSMBFS(vp) (VFSTOSMBFS(VTOVFS(vp)))
H A Dsmbfs_vfsops.c264 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_unmount()
317 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_root()
391 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_statfs()
H A Dsmbfs_io.c187 struct smbmount *smp = VFSTOSMBFS(vp->v_mount); in smbfs_readvnode()
313 struct smbmount *smp = VFSTOSMBFS(vp->v_mount); in smbfs_doio()
450 smp = VFSTOSMBFS(vp->v_mount);
584 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.c896 struct smbmount *smp = VFSTOSMBFS(VTOVFS(ap->a_vp));
1203 smp = VFSTOSMBFS(mp);