Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_all.c96 all_object_p->i_cachelist = NULL; in cfsd_all_create()
129 cache_object_p = all_object_p->i_cachelist; in cfsd_all_destroy()
200 cache_object_p = all_object_p->i_cachelist; in all_cachelist_at()
229 cache_object_p->i_next = all_object_p->i_cachelist; in all_cachelist_add()
230 all_object_p->i_cachelist = cache_object_p; in all_cachelist_add()
258 cache_object_p = all_object_p->i_cachelist; in all_cachelist_find()
290 cache_object_p = all_object_p->i_cachelist; in all_cachefstab_update()
H A Dcfsd_all.h40 cfsd_cache_object_t *i_cachelist; /* list of caches */ member