Home
last modified time | relevance | path

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

/freebsd/sys/fs/smbfs/
H A Dsmbfs.h87 #define VFSTOSMBFS(mp) ((struct smbmount *)((mp)->mnt_data)) macro
90 #define VTOSMBFS(vp) (VFSTOSMBFS(VTOVFS(vp)))
H A Dsmbfs_vfsops.c261 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_unmount()
311 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_root()
383 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_statfs()
H A Dsmbfs_io.c184 struct smbmount *smp = VFSTOSMBFS(vp->v_mount); in smbfs_readvnode()
311 struct smbmount *smp = VFSTOSMBFS(vp->v_mount); in smbfs_doio()
442 smp = VFSTOSMBFS(vp->v_mount); in smbfs_getpages()
569 smp = VFSTOSMBFS(vp->v_mount); in smbfs_putpages()
H A Dsmbfs_node.c107 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_node_alloc()
197 np->n_mount = VFSTOSMBFS(mp); in smbfs_node_alloc()
H A Dsmbfs_vnops.c791 struct smbmount *smp = VFSTOSMBFS(VTOVFS(ap->a_vp)); in smbfs_pathconf()
1073 smp = VFSTOSMBFS(mp); in smbfs_lookup()