Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/
Dfss.c438 fsg50->fsg_csize = FSS_CLSIZE(sc); in fss_ioctl()
461 fsg->fsg_csize = FSS_CLSIZE(sc); in fss_ioctl()
555 kmem_alloc(FSS_CLSIZE(sc), KM_SLEEP); in fss_softc_alloc()
561 sc->sc_indir_data = kmem_zalloc(FSS_CLSIZE(sc), KM_SLEEP); in fss_softc_alloc()
609 FSS_CLSIZE(sc)); in fss_softc_free()
621 kmem_free(sc->sc_indir_data, FSS_CLSIZE(sc)); in fss_softc_free()
870 if (FSS_CLSIZE(sc) >= csize) in fss_create_snapshot()
876 sc->sc_clmask = FSS_CLSIZE(sc)-1; in fss_create_snapshot()
881 if (FSS_CLSIZE(sc) <= 8192) in fss_create_snapshot()
883 else if (FSS_CLSIZE(sc) <= 65536) in fss_create_snapshot()
[all …]
Dfssvar.h99 #define FSS_CLSIZE(sc) \ macro