fs-api.c revision 5f5870385cff47efd2f58e7892f251cf13761528
/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "str.h"
#include "fs-api-private.h"
static struct fs *fs_classes[] = {
};
static struct fs *
const struct fs_settings *set)
{
return fs;
}
const struct fs_settings *set)
{
unsigned int i;
for (i = 0; i < N_ELEMENTS(fs_classes); i++) {
}
}
{
if (fs->files_open_count > 0) {
i_panic("fs-%s: %u files still open",
}
}
{
int ret;
T_BEGIN {
} T_END;
if (ret == 0)
fs->files_open_count++;
return ret;
}
{
}
{
}
{
return "BUG: Unknown fs error";
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}