Files
ternfs-XTXMarkets/kmod/err.h
T
Francesco Mazzoli 110705db8d EggsFS -> TernFS rename
Things not done because probably disruptive:

* kmod filesystem string
* sysctl/debugfs/trace
* metrics names
* xmon instance names

Some of these might be renamed too, but starting with a relatively
safe set.
2025-09-03 09:29:53 +01:00

13 lines
177 B
C

#ifndef _TERNFS_ERR_H
#define _TERNFS_ERR_H
#include <linux/errno.h>
#include "bincode.h"
bool ternfs_unexpected_error(int err);
int ternfs_error_to_linux(int err);
#endif