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

  /src/sys/coda/
coda_vfsops.c 103 .vfs_root = coda_root,
258 * actually make the CODA_ROOT call to venus until the first call
259 * to coda_root in case a server is down while venus is starting.
352 coda_root(struct mount *vfsp, int lktype, struct vnode **vpp) function in typeref:typename:int
400 * If Venus fails to respond to the CODA_ROOT call, coda_call returns
404 * successful CODA_ROOT call is done. All vnode operations
414 CODADEBUG( CODA_ROOT, myprintf(("error %d in CODA_ROOT\n", error)); );
coda.h 313 #define CODA_ROOT 2
394 /* coda_root: NO_IN */
766 struct coda_root_out coda_root; member in union:outputArgs

Completed in 42 milliseconds