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

  /src/sys/coda/
coda_vfsops.c 254 mi->mi_vfsp = vfsp;
270 mi->mi_vfsp = vfsp;
311 if (mi->mi_vfsp == vfsp) { /* We found the victim */
325 error = vflush(mi->mi_vfsp, NULLVP, FORCECLOSE);
335 mi->mi_vfsp = NULL;
363 if (vfsp == mi->mi_vfsp) {
623 if (mi->mi_vfsp == NULL)
626 return coda_fhtovp(mi->mi_vfsp, (struct fid*)&cfid, NULL, vpp,
coda_subr.c 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);
cnode.h 151 struct mount *mi_vfsp; member in struct:coda_mntinfo
coda_psdev.c 168 coda_mnttbl[minor(dev)].mi_vfsp = NULL;
207 coda_unmounting(mi->mi_vfsp);
243 err = dounmount(mi->mi_vfsp, flag, l);

Completed in 13 milliseconds