Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vfsops.c185 xmp->bindm_lowerrootvp = lowerrootvp; in bindfs_mount()
355 vnode_getalways(mntdata->bindm_lowerrootvp); in bindfs_unmount()
356 vnode_rele(mntdata->bindm_lowerrootvp); in bindfs_unmount()
357 vnode_put(mntdata->bindm_lowerrootvp); in bindfs_unmount()
407 if (bindfs_vfs_getlowerattr(vnode_mount(bind_mp->bindm_lowerrootvp), &vfa, ctx) == 0) { in bindfs_vfs_getattr()
H A Dbindfs.h90 struct vnode * bindm_lowerrootvp; /* reference to the root of the tree we are member