OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coda_replace
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/coda/
coda_subr.c
328
*
CODA_REPLACE
-- replace one CodaFid with another throughout the name cache
439
case
CODA_REPLACE
: {
443
coda_clstat.reqs[
CODA_REPLACE
]++;
445
cp = coda_find(&out->
coda_replace
.OldFid);
448
&out->
coda_replace
.OldFid, sizeof(CodaFid),
449
&out->
coda_replace
.NewFid, sizeof(CodaFid));
455
cp->c_fid = out->
coda_replace
.NewFid;
457
&out->
coda_replace
.OldFid, sizeof(CodaFid),
460
CODADEBUG(
CODA_REPLACE
, myprintf((
462
coda_f2s(&out->
coda_replace
.OldFid)
[
all
...]
coda.h
335
#define
CODA_REPLACE
24 /* DOWNCALL */
347
#define DOWNCALL(opcode) (opcode >=
CODA_REPLACE
&& opcode <= CODA_PURGEFID)
689
/*
coda_replace
: */
690
/*
CODA_REPLACE
is a venus->kernel call */
691
struct coda_replace_out { /*
coda_replace
is a venus->kernel call */
781
struct coda_replace_out
coda_replace
;
member in union:outputArgs
Completed in 12 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025