Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_subr.c4446 struct xvfsconf xvfsp; in vfsconf2x() local
4448 bzero(&xvfsp, sizeof(xvfsp)); in vfsconf2x()
4450 xvfsp.vfc_typenum = vfsp->vfc_typenum; in vfsconf2x()
4452 xvfsp.vfc_flags = vfsp->vfc_flags; in vfsconf2x()
4457 xvfsp.vfc_vfsops = NULL; in vfsconf2x()
4458 xvfsp.vfc_next = NULL; in vfsconf2x()
4459 return (SYSCTL_OUT(req, &xvfsp, sizeof(xvfsp))); in vfsconf2x()
4475 struct xvfsconf32 xvfsp; in vfsconf2x32() local
4477 bzero(&xvfsp, sizeof(xvfsp)); in vfsconf2x32()
4481 xvfsp.vfc_flags = vfsp->vfc_flags; in vfsconf2x32()
[all …]