Searched refs:i_cachelist (Results 1 – 2 of 2) sorted by relevance
96 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()
40 cfsd_cache_object_t *i_cachelist; /* list of caches */ member