Home
last modified time | relevance | path

Searched refs:attrcache_index (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_filegrp.h53 struct attrcache_index *fg_offsets; /* ptr to indexes in header */
H A Dcachefs_fs.h867 struct attrcache_index { struct
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_filegrp.c228 (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()
/titanic_44/usr/src/cmd/fs.d/cachefs/fsck/
H A Dfsck.c1326 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()
/titanic_44/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_dbm.c300 size += mi->mi_filegrp_size * sizeof (struct attrcache_index); in stats_dbm_attrcache_addsize()