Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/smbfs/
HDsmbfs.h95 #define VFSTOSMBFS(mp) ((struct smbmount *)((mp)->mnt_data)) macro
98 #define VTOSMBFS(vp) (VFSTOSMBFS(VTOVFS(vp)))
HDsmbfs_vfsops.c214 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_unmount()
262 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_root()
320 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_statfs()
HDsmbfs_io.c180 struct smbmount *smp = VFSTOSMBFS(vp->v_mount); in smbfs_readvnode()
297 struct smbmount *smp = VFSTOSMBFS(vp->v_mount); in smbfs_doio()
422 smp = VFSTOSMBFS(vp->v_mount); in smbfs_getpages()
566 smp = VFSTOSMBFS(vp->v_mount); in smbfs_putpages()
HDsmbfs_node.c93 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_hashprint()
164 struct smbmount *smp = VFSTOSMBFS(mp); in smbfs_node_alloc()
238 np->n_mount = VFSTOSMBFS(mp); in smbfs_node_alloc()
HDsmbfs_vnops.c771 struct smbmount *smp = VFSTOSMBFS(VTOVFS(ap->a_vp)); in smbfs_pathconf()
1057 smp = VFSTOSMBFS(mp); in smbfs_lookup()