_VFS_NAMELEN
(void)strlcpy(svfsb->f_mntonname, ps->ps_target, _VFS_NAMELEN);
ps->ps_filesystemtype, _VFS_NAMELEN);
(void)strlcpy(svfsb->f_fstypename, "fuse", _VFS_NAMELEN);
strlcpy(svfsb->f_mntfromname, ps->ps_source, _VFS_NAMELEN);
strlcpy(svfsb->f_mntfromname, _PATH_FUSE, _VFS_NAMELEN);
char f_fstypename[_VFS_NAMELEN]; /* fs type name */
char f_fstypename[_VFS_NAMELEN]; /* fs type name */
char f_fstypename[_VFS_NAMELEN]; /* fs type name */
#define PUFFS_TYPELEN (_VFS_NAMELEN - (sizeof(PUFFS_TYPEPREFIX)+1))
char f_fstypename[_VFS_NAMELEN]; /* fs type name */
char pa_typename[_VFS_NAMELEN];
char fstype[_VFS_NAMELEN];
#define VFS_NAMELEN _VFS_NAMELEN
char f_fstypename[_VFS_NAMELEN]; /* fs type name */