Searched refs:cfsd_cache_object_t (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_cache.h | 45 } cfsd_cache_object_t; typedef 47 cfsd_cache_object_t *cfsd_cache_create(void); 48 void cfsd_cache_destroy(cfsd_cache_object_t *cache_object_p); 50 int cache_setup(cfsd_cache_object_t *cache_object_p, const char *cachedirp, 52 void cache_lock(cfsd_cache_object_t *cache_object_p); 53 void cache_unlock(cfsd_cache_object_t *cache_object_p); 55 cfsd_fscache_object_t *cache_fscachelist_at(cfsd_cache_object_t *cache_object_p, 57 void cache_fscachelist_add(cfsd_cache_object_t *cache_object_p, 60 cfsd_cache_object_t *cache_object_p, const char *namep);
|
H A D | cfsd_cache.c | 62 cfsd_cache_object_t * 65 cfsd_cache_object_t *cache_object_p; in cfsd_cache_create() 70 cache_object_p = cfsd_calloc(sizeof (cfsd_cache_object_t)); in cfsd_cache_create() 100 cfsd_cache_destroy(cfsd_cache_object_t *cache_object_p) in cfsd_cache_destroy() 140 cache_setup(cfsd_cache_object_t *cache_object_p, const char *cachedirp, in cache_setup() 180 cache_lock(cfsd_cache_object_t *cache_object_p) in cache_lock() 199 cache_unlock(cfsd_cache_object_t *cache_object_p) in cache_unlock() 219 cache_fscachelist_at(cfsd_cache_object_t *cache_object_p, size_t index) in cache_fscachelist_at() 250 cache_fscachelist_add(cfsd_cache_object_t *cache_object_p, in cache_fscachelist_add() 278 cache_fscachelist_find(cfsd_cache_object_t *cache_object_p, in cache_fscachelist_find()
|
H A D | cfsd_all.c | 120 cfsd_cache_object_t *cache_object_p; in cfsd_all_destroy() 121 cfsd_cache_object_t *tmp_cache_object_p; in cfsd_all_destroy() 191 cfsd_cache_object_t * 194 cfsd_cache_object_t *cache_object_p; in all_cachelist_at() 223 cfsd_cache_object_t *cache_object_p) in all_cachelist_add() 248 cfsd_cache_object_t * 251 cfsd_cache_object_t *cache_object_p; in all_cachelist_find() 281 cfsd_cache_object_t *cache_object_p; in all_cachefstab_update()
|
H A D | cfsd_all.h | 40 cfsd_cache_object_t *i_cachelist; /* list of caches */ 57 cfsd_cache_object_t *all_cachelist_at(cfsd_all_object_t *all_object_p, 60 cfsd_cache_object_t *cache_object_p); 61 cfsd_cache_object_t *all_cachelist_find(cfsd_all_object_t *all_object_p,
|
H A D | cfsd_svc.c | 116 cfsd_cache_object_t *cache_object_p; in cachefsd_caches_1_svc() 181 cfsd_cache_object_t *cache_object_p; in cachefsd_cache_status_1_svc() 298 cfsd_cache_object_t *cache_object_p; in cachefsd_mounts_1_svc() 392 cfsd_cache_object_t *cache_object_p; in cachefsd_mount_stat_1_svc() 570 cfsd_cache_object_t *cache_object_p; in cachefsd_fs_unmounted_1_svc() 667 cfsd_cache_object_t *cache_object_p; in cachefsd_disconnection_1_svc()
|
H A D | cfsd_subr.c | 100 cfsd_cache_object_t *cache_object_p; in subr_add_mount() 251 cfsd_cache_object_t *cache_object_p; in subr_cache_setup()
|