HomeSort by: relevance | last modified time | path
    Searched defs:cncp (Results 1 - 4 of 4) 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 in function:coda_nc_find
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 in function:coda_nc_enter
292 struct coda_cache *cncp; local in function:coda_nc_lookup
379 struct coda_cache *cncp, *ncncp; local in function:coda_nc_zapParentfid
418 struct coda_cache *cncp, *ncncp; local in function:coda_nc_zapfid
471 struct coda_cache *cncp; local in function:coda_nc_zapfile
514 struct coda_cache *cncp, *ncncp; local in function:coda_nc_purge_user
558 struct coda_cache *cncp; local in function:coda_nc_flush
612 struct coda_cache *cncp; local in function:print_coda_nc
699 struct coda_cache *cncp; local in function:coda_nc_name
    [all...]
coda_namecache.c 119 coda_nc_remove(struct coda_cache *cncp, enum dc_status dcstat);
173 struct coda_cache *cncp; local in function:coda_nc_find
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 in function:coda_nc_enter
292 struct coda_cache *cncp; local in function:coda_nc_lookup
379 struct coda_cache *cncp, *ncncp; local in function:coda_nc_zapParentfid
418 struct coda_cache *cncp, *ncncp; local in function:coda_nc_zapfid
471 struct coda_cache *cncp; local in function:coda_nc_zapfile
514 struct coda_cache *cncp, *ncncp; local in function:coda_nc_purge_user
558 struct coda_cache *cncp; local in function:coda_nc_flush
612 struct coda_cache *cncp; local in function:print_coda_nc
699 struct coda_cache *cncp; local in function:coda_nc_name
    [all...]
coda_namecache.c 119 coda_nc_remove(struct coda_cache *cncp, enum dc_status dcstat);
173 struct coda_cache *cncp; local in function:coda_nc_find
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 in function:coda_nc_enter
292 struct coda_cache *cncp; local in function:coda_nc_lookup
379 struct coda_cache *cncp, *ncncp; local in function:coda_nc_zapParentfid
418 struct coda_cache *cncp, *ncncp; local in function:coda_nc_zapfid
471 struct coda_cache *cncp; local in function:coda_nc_zapfile
514 struct coda_cache *cncp, *ncncp; local in function:coda_nc_purge_user
558 struct coda_cache *cncp; local in function:coda_nc_flush
612 struct coda_cache *cncp; local in function:print_coda_nc
699 struct coda_cache *cncp; local in function:coda_nc_name
    [all...]
coda_namecache.c 119 coda_nc_remove(struct coda_cache *cncp, enum dc_status dcstat);
173 struct coda_cache *cncp; local in function:coda_nc_find
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 in function:coda_nc_enter
292 struct coda_cache *cncp; local in function:coda_nc_lookup
379 struct coda_cache *cncp, *ncncp; local in function:coda_nc_zapParentfid
418 struct coda_cache *cncp, *ncncp; local in function:coda_nc_zapfid
471 struct coda_cache *cncp; local in function:coda_nc_zapfile
514 struct coda_cache *cncp, *ncncp; local in function:coda_nc_purge_user
558 struct coda_cache *cncp; local in function:coda_nc_flush
612 struct coda_cache *cncp; local in function:print_coda_nc
699 struct coda_cache *cncp; local in function:coda_nc_name
    [all...]

Completed in 41 milliseconds