hammer_ioc_config
struct hammer_ioc_config config;
config_init(const char *path, struct hammer_ioc_config *config)
migrate_config(FILE *fp, struct hammer_ioc_config *config)
static void config_init(const char *path, struct hammer_ioc_config *config);
static void migrate_config(FILE *fp, struct hammer_ioc_config *config);
struct hammer_ioc_config config;
config_get(const char *dirpath, struct hammer_ioc_config *config)
config_set(const char *dirpath, struct hammer_ioc_config *config)
static void config_get(const char *dirpath, struct hammer_ioc_config *config);
static void config_set(const char *dirpath, struct hammer_ioc_config *config);
struct hammer_ioc_config config;
&trans, ip, (struct hammer_ioc_config *)data);
&trans, ip, (struct hammer_ioc_config *)data);
struct hammer_ioc_config *snap);
struct hammer_ioc_config *snap);
struct hammer_ioc_config *config)
struct hammer_ioc_config *config)
#define HAMMERIOC_GET_CONFIG _IOWR('h',21,struct hammer_ioc_config)
#define HAMMERIOC_SET_CONFIG _IOWR('h',22,struct hammer_ioc_config)