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

  /src/sys/coda/
coda_namecache.c 119 coda_nc_remove(struct coda_cache *cncp, enum dc_status dcstat);
173 struct coda_cache *cncp; local
180 LIST_FOREACH(cncp, &coda_nc_hash[hash].head, hash)
183 if ((CODA_NAMEMATCH(cncp, name, namelen, dcp)) &&
184 ((cred == 0) || (cncp->cred == cred)))
188 return(cncp);
191 else if (CODA_NAMEMATCH(cncp, name, namelen, dcp)) {
193 name, cred, cncp->cred);
198 kauth_cred_getrefcnt(cncp->cred),
199 kauth_cred_geteuid(cncp->cred)
219 struct coda_cache *cncp; local
292 struct coda_cache *cncp; local
379 struct coda_cache *cncp, *ncncp; local
418 struct coda_cache *cncp, *ncncp; local
471 struct coda_cache *cncp; local
514 struct coda_cache *cncp, *ncncp; local
558 struct coda_cache *cncp; local
612 struct coda_cache *cncp; local
699 struct coda_cache *cncp; local
    [all...]
coda_namecache.h 80 #define CODA_NC_VALID(cncp) (cncp->dcp != (struct cnode *)0)
82 #define DATA_PART(cncp) (&((cncp)->cp))

Completed in 16 milliseconds