Searched refs:ks_cacheid (Results 1 – 5 of 5) sorted by relevance
128 k[i].ks_cacheid += (uintptr_t)k; in stats_create_mountpath()204 prc->ks_cacheid += (uintptr_t)k; in stats_next()210 size += strlen((char *)(uintptr_t)prc->ks_cacheid) + 1; in stats_next()229 (void) strcpy(s, (char *)(uintptr_t)prc->ks_cacheid); in stats_next()230 rc->ks_cacheid = (uintptr_t)s; in stats_next()260 k->ks_cacheid += (uintptr_t)key; in stats_getkey()265 size += strlen((char *)(uintptr_t)k->ks_cacheid) + 1; in stats_getkey()283 (void) strcpy(s, (char *)(uintptr_t)k->ks_cacheid); in stats_getkey()284 rc->ks_cacheid = (uintptr_t)s; in stats_getkey()
271 cachefs_kmem_free((void *)(uintptr_t)key->ks_cacheid, in cachefs_fini()272 strlen((char *)(uintptr_t)key->ks_cacheid) + 1); in cachefs_fini()
690 strcmp((char *)(uintptr_t)key->ks_cacheid, cacheid) == 0) in cachefs_kstat_mount()717 key->ks_cacheid = (uint64_t)(uintptr_t)cachefs_strdup(cacheid); in cachefs_kstat_mount()808 strlen((char *)(uintptr_t)k->ks_cacheid) + 1; in cachefs_kstat_key_update()846 (void) strcpy(s, (char *)(uintptr_t)k->ks_cacheid); in cachefs_kstat_key_snapshot()847 k->ks_cacheid = (uint64_t)(uintptr_t)(s - (uintptr_t)buf); in cachefs_kstat_key_snapshot()
399 (char *)(uintptr_t)k->ks_cacheid); in cachefs_log_logfile_open()
1069 uint64_t ks_cacheid; member