Home
last modified time | relevance | path

Searched refs:fg_offsets (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_filegrp.c224 fgp->fg_offsets = NULL; in filegrp_create()
751 if (fgp->fg_offsets[index].ach_written == 0) { in filegrp_read_metadata()
848 fgp->fg_offsets[index].ach_offset = slot; in filegrp_create_metadata()
849 fgp->fg_offsets[index].ach_written = 0; in filegrp_create_metadata()
953 fgp->fg_offsets[index].ach_written = 1; in filegrp_write_metadata()
1008 fgp->fg_offsets[i].ach_offset = 0; in filegrp_destroy_metadata()
1009 fgp->fg_offsets[i].ach_written = 0; in filegrp_destroy_metadata()
1445 fgp->fg_offsets = (struct attrcache_index *)(ahp + 1); in filegrpattr_find()
1446 fgp->fg_alloclist = ((uchar_t *)fgp->fg_offsets) + in filegrpattr_find()
1714 fgp->fg_offsets = (struct attrcache_index *)(ahp + 1); in filegrpattr_create()
[all …]
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_filegrp.h53 struct attrcache_index *fg_offsets; /* ptr to indexes in header */ member