Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_ioctl.h120 int gs_free; /* number of free blocks */ member
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_svc.c258 outp->ccs_freesize = gs.gs_free; in cachefsd_cache_status_1_svc()
H A Dcfsd_kmod.c476 dbug_print(("ioctl", "free blocks %d", gsp->gs_free)); in kmod_getstats()
/titanic_41/usr/src/uts/common/xen/io/
H A Dxdf.c252 gs_free(ge_slot_t *gs) in gs_free() function
912 gs_free(gs); in xdf_io_fini()
1125 gs_free(gs); in xdf_ring_destroy()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_ioctl.c946 gsp->gs_free = (long)(avail * CFS_STAT_FACTOR); in cachefs_io_getstats()