Home
last modified time | relevance | path

Searched refs:sharetab_size (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharetab.c151 ASSERT(sg->sharetab_size >= s->sh_size); in sharefs_remove()
152 sg->sharetab_size -= s->sh_size; in sharefs_remove()
245 ASSERT(sg->sharetab_size >= s->sh_size); in sharefs_add()
246 sg->sharetab_size -= s->sh_size; in sharefs_add()
247 sg->sharetab_size += sh->sh_size; in sharefs_add()
273 sg->sharetab_size += sh->sh_size; in sharefs_add()
294 sg->sharetab_size = 0; in sharetab_zone_init()
H A Dsharefs_vnops.c78 sft->sharefs_size = sg->sharetab_size; in sharefs_snap_create()
186 vap->va_size = sg->sharetab_size; in sharefs_getattr()
/illumos-gate/usr/src/uts/common/sharefs/
H A Dsharefs.h82 size_t sharetab_size; /* How big is the sharetab file? */ member