Home
last modified time | relevance | path

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

/xnu-11215/bsd/miscfs/devfs/
H A Ddevfs_tree.c211 dev_root->de_dnp->dn_dvm in devfs_sinit()
401 if (dirnode && (dnp->dn_dvm == NULL)) { in dev_add_name()
402 dnp->dn_dvm = dirnode->dn_dvm; in dev_add_name()
514 if (dnp->dn_dvm == dvm) { in dev_add_node()
572 dnp->dn_dvm = dvm; in dev_add_node()
747 NULL, dnp, adnp->dn_dvm, in devfs_propogate()
977 parent?parent->dn_dvm:dvm, &entry_p); in dev_dup_entry()
991 entry_p->de_dnp->dn_dvm = dvm; in dev_dup_entry()
1250 vfsp.vnfs_mp = dnp->dn_dvm->mount; in devfs_dntovn()
1393 (parent?parent->dn_dvm:dvm))) != 0) { in dev_add_entry()
H A Ddevfsdefs.h144 struct devfsmount * dn_dvm; /* the mount structure for this 'plane' */ member
H A Ddevfs_vnops.c486 VATTR_RETURN(vap, va_fsid, (uint32_t)VM_KERNEL_ADDRHASH(file_node->dn_dvm)); in devfs_getattr()