HomeSort by: relevance | last modified time | path
    Searched defs:coda_unmount (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/coda/
coda_vfsops.c 102 .vfs_unmount = coda_unmount,
299 coda_unmount(struct mount *vfsp, int mntflags) function in typeref:typename:int
316 printf("coda_unmount: ROOT: vp %p, cp %p\n", mi->mi_rootvp, VTOC(mi->mi_rootvp));
326 printf("coda_unmount: active = %d, vflush active %d\n", active, error);

Completed in 30 milliseconds