MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mqfs_root

Function mqfs_root

freebsd/kern/uipc_mqueue.c:632–641  ·  view source on GitHub ↗

* Return a root vnode */

Source from the content-addressed store, hash-verified

630 * Return a root vnode
631 */
632static int
633mqfs_root(struct mount *mp, int flags, struct vnode **vpp)
634{
635 struct mqfs_info *mqfs;
636 int ret;
637
638 mqfs = VFSTOMQFS(mp);
639 ret = mqfs_allocv(mp, vpp, mqfs->mi_root);
640 return (ret);
641}
642
643/*
644 * Return filesystem stats

Callers

nothing calls this directly

Calls 1

mqfs_allocvFunction · 0.85

Tested by

no test coverage detected