HomeSort by: relevance | last modified time | path
    Searched refs:fss_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
fss.c 81 static inline void fss_error(struct fss_softc *, const char *);
82 static int fss_create_files(struct fss_softc *, struct fss_set *,
84 static int fss_create_snapshot(struct fss_softc *, struct fss_set *,
86 static int fss_delete_snapshot(struct fss_softc *, struct lwp *);
87 static int fss_softc_alloc(struct fss_softc *);
88 static void fss_softc_free(struct fss_softc *);
89 static int fss_read_cluster(struct fss_softc *, u_int32_t);
91 static int fss_bs_io(struct fss_softc *, fss_io_type,
93 static u_int32_t *fss_bs_indir(struct fss_softc *, u_int32_t);
133 CFATTACH_DECL_NEW(fss, sizeof(struct fss_softc),
    [all...]
fssvar.h 143 struct fss_softc { struct

Completed in 11 milliseconds