/src/sys/coda/ |
coda_vnops.c | 122 { &vop_remove_desc, coda_remove }, /* remove */ 707 * a coda_remove, delete it. 1075 coda_remove(void *v) function in typeref:typename:int 1093 CODADEBUG(CODA_REMOVE, myprintf(("%s: %s in %s\n", __func__, 1128 CODADEBUG(CODA_REMOVE, myprintf(("in remove result %d\n",error)); )
|
coda_vnops.c | 122 { &vop_remove_desc, coda_remove }, /* remove */ 707 * a coda_remove, delete it. 1075 coda_remove(void *v) function in typeref:typename:int 1093 CODADEBUG(CODA_REMOVE, myprintf(("%s: %s in %s\n", __func__, 1128 CODADEBUG(CODA_REMOVE, myprintf(("in remove result %d\n",error)); )
|
coda.h | 323 #define CODA_REMOVE 12 517 /* coda_remove: NO_OUT */ 749 struct coda_remove_in coda_remove; member in union:inputArgs
|
coda.h | 323 #define CODA_REMOVE 12 517 /* coda_remove: NO_OUT */ 749 struct coda_remove_in coda_remove; member in union:inputArgs
|