HomeSort by: relevance | last modified time | path
    Searched defs:fss_error (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/
fss.c 81 static inline void fss_error(struct fss_softc *, const char *);
425 fss_error(sc, "Failed to delete snapshot");
518 fss_error(struct fss_softc *sc, const char *msg) function in typeref:typename:void
523 if ((sc->sc_flags & FSS_ERROR))
532 sc->sc_flags |= FSS_ERROR;
640 fss_error(sc, "forced by unmount");
959 (sc->sc_flags & FSS_ERROR) == 0) {
1241 fss_error(sc, "write error on backing store");
fss.c 81 static inline void fss_error(struct fss_softc *, const char *);
425 fss_error(sc, "Failed to delete snapshot");
518 fss_error(struct fss_softc *sc, const char *msg) function in typeref:typename:void
523 if ((sc->sc_flags & FSS_ERROR))
532 sc->sc_flags |= FSS_ERROR;
640 fss_error(sc, "forced by unmount");
959 (sc->sc_flags & FSS_ERROR) == 0) {
1241 fss_error(sc, "write error on backing store");
fss.c 81 static inline void fss_error(struct fss_softc *, const char *);
425 fss_error(sc, "Failed to delete snapshot");
518 fss_error(struct fss_softc *sc, const char *msg) function in typeref:typename:void
523 if ((sc->sc_flags & FSS_ERROR))
532 sc->sc_flags |= FSS_ERROR;
640 fss_error(sc, "forced by unmount");
959 (sc->sc_flags & FSS_ERROR) == 0) {
1241 fss_error(sc, "write error on backing store");
fss.c 81 static inline void fss_error(struct fss_softc *, const char *);
425 fss_error(sc, "Failed to delete snapshot");
518 fss_error(struct fss_softc *sc, const char *msg) function in typeref:typename:void
523 if ((sc->sc_flags & FSS_ERROR))
532 sc->sc_flags |= FSS_ERROR;
640 fss_error(sc, "forced by unmount");
959 (sc->sc_flags & FSS_ERROR) == 0) {
1241 fss_error(sc, "write error on backing store");

Completed in 42 milliseconds