Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c409 li->li_rootvp = srootvp; in lo_mount()
440 if (li->li_refct != 1 || li->li_rootvp->v_count != 1) { in lo_unmount()
443 li->li_rootvp->v_count); in lo_unmount()
447 VN_RELE(li->li_rootvp); in lo_unmount()
457 *vpp = vtoli(vfsp)->li_rootvp; in lo_root()
H A Dlofs_vnops.c398 if ((tvp == li->li_rootvp) && (vp == realvp(tvp))) { in lo_lookup()
438 vp = li->li_rootvp; in lo_lookup()
500 if (vp == li->li_rootvp) { in lo_lookup()
544 if (li->li_rootvp == nonlovp) { in lo_lookup()
613 vp = li->li_rootvp; in lo_lookup()
H A Dlofs_subr.c468 *realrootvpp = vtol(li->li_rootvp)->lo_vp; in lo_realvfs()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dlofs_info.h64 struct vnode *li_rootvp; /* root vnode of this vfs */ member