Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_filegrp.h52 struct attrcache_header *fg_header; /* Attrcache header */
H A Dcachefs_fs.h852 struct attrcache_header { struct
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_filegrp.c227 fgp->fg_headersize = (uint_t)sizeof (struct attrcache_header) + in filegrp_create()
1414 struct attrcache_header *ahp; in filegrpattr_find()
1429 ahp = (struct attrcache_header *)cachefs_kmem_zalloc( in filegrpattr_find()
1611 struct attrcache_header *ahp = NULL; in filegrpattr_create()
/titanic_44/usr/src/cmd/fs.d/cachefs/fsck/
H A Dfsck.c1325 struct attrcache_header *ahp; in process_fsgroup()
1362 offentry = sizeof (struct attrcache_header) + offlen + bitlen; in process_fsgroup()
1391 ahp = (struct attrcache_header *)addrp; in process_fsgroup()
/titanic_44/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_dbm.c299 size = sizeof (struct attrcache_header); in stats_dbm_attrcache_addsize()