Searched refs:attrcache_index (Results 1 – 5 of 5) sorted by relevance
53 struct attrcache_index *fg_offsets; /* ptr to indexes in header */
867 struct attrcache_index { struct
228 (fgsize * (uint_t)sizeof (struct attrcache_index)) + in filegrp_create()1445 fgp->fg_offsets = (struct attrcache_index *)(ahp + 1); in filegrpattr_find()1448 sizeof (struct attrcache_index)); in filegrpattr_find()1714 fgp->fg_offsets = (struct attrcache_index *)(ahp + 1); in filegrpattr_create()1717 sizeof (struct attrcache_index)); in filegrpattr_create()
1326 struct attrcache_index *startp = NULL; in process_fsgroup()1327 struct attrcache_index *aip; in process_fsgroup()1358 offlen = sizeof (struct attrcache_index) * fgsize; in process_fsgroup()1392 startp = (struct attrcache_index *)(ahp + 1); in process_fsgroup()
300 size += mi->mi_filegrp_size * sizeof (struct attrcache_index); in stats_dbm_attrcache_addsize()