Home
last modified time | relevance | path

Searched refs:dr_cache (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_dispatch.c87 list_create(&(drc->dr_cache), sizeof (rfs4_dupreq_t), in rfs4_init_drc()
104 for (drp = list_head(&(drc->dr_cache)); drp != NULL; drp = drp_next) { in rfs4_fini_drc()
112 drp_next = list_next(&(drc->dr_cache), drp); in rfs4_fini_drc()
153 list_remove(&(drc->dr_cache), drp); in rfs4_dr_chstate()
191 for (drp_tail = list_tail(&drc->dr_cache); drp_tail != NULL; in rfs4_alloc_dr()
192 drp_tail = list_prev(&drc->dr_cache, drp_tail)) { in rfs4_alloc_dr()
197 list_remove(&(drc->dr_cache), drp_tail); in rfs4_alloc_dr()
319 list_insert_tail(&(drc->dr_cache), drp); in rfs4_find_dr()
343 list_insert_head(&drc->dr_cache, drp); in rfs4_find_dr()
466 list_insert_tail(&(drp->drc->dr_cache), drp); in rfs4_dispatch()
/titanic_50/usr/src/uts/common/nfs/
H A Dnfs4_drc.h43 list_t dr_cache; member