Home
last modified time | relevance | path

Searched refs:all_cachelist_find (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_subr.c113 cache_object_p = all_cachelist_find(all_object_p, dirp); in subr_add_mount()
305 cache_object_p = all_cachelist_find(all_object_p, buf); in subr_cache_setup()
350 cache_object_p = all_cachelist_find(all_object_p, cp); in subr_cache_setup()
397 cache_object_p = all_cachelist_find(all_object_p, cp); in subr_cache_setup()
H A Dcfsd_all.h61 cfsd_cache_object_t *all_cachelist_find(cfsd_all_object_t *all_object_p,
H A Dcfsd_all.c249 all_cachelist_find(cfsd_all_object_t *all_object_p, const char *namep) in all_cachelist_find() function