Home
last modified time | relevance | path

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

/freebsd/sys/fs/unionfs/
H A Dunion_vfsops.c259 ump->um_rootvp = NULLVP; in unionfs_domount()
283 NULLVP, &(ump->um_rootvp), NULL); in unionfs_domount()
290 KASSERT(ump->um_rootvp != NULL, ("rootvp cannot be NULL")); in unionfs_domount()
291 KASSERT((ump->um_rootvp->v_vflag & VV_ROOT) != 0, in unionfs_domount()
415 vp = ump->um_rootvp; in unionfs_root()
H A Dunion.h58 struct vnode *um_rootvp; /* ROOT vnode */ member