HomeSort by: relevance | last modified time | path
    Searched refs:coda_mnttbl (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/coda/
coda_psdev.c 130 struct coda_mntinfo coda_mnttbl[NVCODA]; variable in typeref:struct:coda_mntinfo[]
159 vcp = &coda_mnttbl[minor(dev)].mi_vcomm;
168 coda_mnttbl[minor(dev)].mi_vfsp = NULL;
169 coda_mnttbl[minor(dev)].mi_rootvp = NULL;
187 mi = &coda_mnttbl[minor(dev)];
263 vcp = &coda_mnttbl[minor(dev)].mi_vcomm;
313 vcp = &coda_mnttbl[minor(dev)].mi_vcomm;
452 vcp = &coda_mnttbl[minor(dev)].mi_vcomm;
505 vcp = &coda_mnttbl[minor(dev)].mi_vcomm;
757 struct vcomm *vcp = &coda_mnttbl[i].mi_vcomm
    [all...]
coda_subr.c 101 if (!coda_mnttbl[i].mi_started)
103 if (vcache_get(coda_mnttbl[i].mi_vfsp,
133 if (coda_mnttbl[i].mi_vfsp == NULL)
135 vfs_vnode_iterator_init(coda_mnttbl[i].mi_vfsp, &marker);
149 * coda_mnttbl. -- DCS 12/1/94 */
cnode.h 155 extern struct coda_mntinfo coda_mnttbl[]; /* indexed by minor device number */
coda_vfsops.c 77 extern struct coda_mntinfo coda_mnttbl[NVCODA]; /* indexed by minor device number */
241 mi = &coda_mnttbl[minor(dev)];

Completed in 13 milliseconds