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

  /src/sys/coda/
coda_vnops.h 49 int coda_open(void *);
coda.h 315 #define CODA_OPEN 4
404 /* coda_open: */
741 struct coda_open_in coda_open; member in union:inputArgs
767 struct coda_open_out coda_open; member in union:outputArgs
coda_venus.c 226 DECL(coda_open); /* sets Isize & Osize */
227 ALLOC(coda_open); /* sets inp & outp */
230 INIT_IN_L(&inp->ih, CODA_OPEN, cred, l);
coda_vnops.c 108 { &vop_open_desc, coda_open }, /* open */
211 * coda_open calls Venus to return the device and inode of the
217 coda_open(void *v) function in typeref:typename:int
254 CODADEBUG(CODA_OPEN, myprintf((

Completed in 15 milliseconds