Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/miscfs/bindfs/ !
H A Dbind_vfsops.c394 struct bind_mount * bind_mp = MOUNTTOBINDMOUNT(mp); in bindfs_vfs_getattr() local
407 if (bindfs_vfs_getlowerattr(vnode_mount(bind_mp->bindm_lowerrootvp), &vfa, ctx) == 0) { in bindfs_vfs_getattr()
H A Dbind_vnops.c191 struct bind_mount * bind_mp; in bind_lookup() local
201 bind_mp = MOUNTTOBINDMOUNT(mp); in bind_lookup()