Searched refs:ufs_inode_ksp (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sa/ |
H A D | sadc.c | 77 static kstat_t *system_misc_ksp, *ufs_inode_ksp, *kmem_oversize_ksp; variable 335 ufs_inode_ksp = kstat_lookup(kc, "ufs", 0, "inode_cache"); in all_stat_init() 349 if (ufs_inode_ksp != NULL) { in all_stat_init() 350 safe_kstat_read(kc, ufs_inode_ksp, NULL); in all_stat_init() 351 ufs_inode_size_knp = safe_kstat_data_lookup(ufs_inode_ksp, in all_stat_init() 354 safe_kstat_data_lookup(ufs_inode_ksp, in all_stat_init() 428 if (ufs_inode_ksp != NULL) { in all_stat_load() 429 safe_kstat_read(kc, ufs_inode_ksp, NULL); in all_stat_load()
|