Home
last modified time | relevance | path

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

/freebsd/sys/fs/unionfs/
H A Dunion_vfsops.c253 ump->um_lowervp = upperrootvp; in unionfs_domount()
256 ump->um_lowervp = lowerrootvp; in unionfs_domount()
282 error = unionfs_nodeget(mp, ump->um_uppervp, ump->um_lowervp, in unionfs_domount()
305 ump->um_lowermp = vfs_register_upper_from_vp(ump->um_lowervp, mp, in unionfs_domount()
479 mp, ump->um_lowervp, ump->um_uppervp); in unionfs_statfs()
H A Dunion.h56 struct vnode *um_lowervp; /* VREFed once */ member
H A Dunion_subr.c387 if (ump->um_uppervp == uppervp || ump->um_lowervp == lowervp) in unionfs_nodeget()