Home
last modified time | relevance | path

Searched refs:VTOSMBFS (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/vfs/smbfs/
HDsmbfs_node.c300 struct smbmount *smp = VTOSMBFS(vp); in smbfs_reclaim()
384 struct smbmount *smp = VTOSMBFS(vp); in smbfs_attr_cachelookup()
422 struct smbmount *smp = VTOSMBFS(vp); in smbfs_attr_cacherename()
HDsmbfs.h98 #define VTOSMBFS(vp) (VFSTOSMBFS(VTOVFS(vp))) macro
HDsmbfs_vnops.c131 struct smbmount *smp = VTOSMBFS(vp); in smbfs_access()
357 if (ap->a_cred->cr_uid != VTOSMBFS(vp)->sm_args.uid && in smbfs_setattr()
HDsmbfs_io.c238 struct smbmount *smp = VTOSMBFS(vp); in smbfs_writevnode()