Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/miscfs/bindfs/
H A Dbind_vfsops.c188 xmp->bindm_lowerrootvp = lowerrootvp; in bindfs_mount()
358 vnode_getalways(mntdata->bindm_lowerrootvp); in bindfs_unmount()
359 vnode_rele(mntdata->bindm_lowerrootvp); in bindfs_unmount()
360 vnode_put(mntdata->bindm_lowerrootvp); in bindfs_unmount()
410 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