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

  /src/sys/coda/
coda_vfsops.h 53 int coda_root(struct mount *, int, struct vnode **);
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
coda_venus.c 206 DECL_NO_IN(coda_root); /* sets Isize & Osize */
207 ALLOC_NO_IN(coda_root); /* sets inp & outp */
210 INIT_IN(inp, CODA_ROOT, cred, p);

Completed in 14 milliseconds